#827906

Color #827906 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #827906

Tints of Olive #827906

Color information

#827906 (or 0x827906) is unknown color: approx Olive. HEX triplet: 82, 79 and 06. RGB value is (130,121,6). Sum of RGB (Red+Green+Blue) = 130+121+6=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #827906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827906 is #7D86F9. Grayscale: #6F6F6F. Windows color (decimal): -8226554 or 424322. OLE color: 424322.

HSL color Cylindrical-coordinate representation of color #827906: hue angle of 55.65º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #827906 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1301216-
CMYK00.070.950.49
HSL55.65º91.18%26.67%-
HSV(B)55.65º95.38%50.98%-
XYZ16.0818.432.88-
YUV110.5868.98141.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=50.58%
G=47.08%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130121600.070.950.4955.6591.1826.67
Hex82796075F31385b1b
Octal202171607137617013333
Binary10000010111100111001111011111110001111000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827906; }

 p { color: rgb(130,121,6); }

 H1.HeaderClassName
 {
   color: #827906;
 }
 .AnyTagClassName
 {
   color: #827906;
 }
</style>
background-color css

<style>
 a { background-color: #827906; }

 a { background-color: rgb(130,121,6); }

 div.DivClassName
 {
   background-color: #827906;
 }
 .BgClassName
 {
   background-color: #827906;
 }
</style>
border-color css

<style>
 span { border-color: #827906; }

 span { border-color: rgb(130,121,6); }

 td.TdClassName
 {
   border-color: #827906;
 }
 .TagClassName
 {
   border-color: #827906;
 }
</style>