#8C8206

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

Shades of Olive #8C8206

Tints of Olive #8C8206

Color information

#8C8206 (or 0x8C8206) is unknown color: approx Olive. HEX triplet: 8C, 82 and 06. RGB value is (140,130,6). Sum of RGB (Red+Green+Blue) = 140+130+6=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8206 is #737DF9. Grayscale: #777777. Windows color (decimal): -7568890 or 426636. OLE color: 426636.

HSL color Cylindrical-coordinate representation of color #8C8206: hue angle of 55.52º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C8206 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1401306-
CMYK00.070.960.45
HSL55.52º91.78%28.63%-
HSV(B)55.52º95.71%54.9%-
XYZ18.8321.553.34-
YUV118.8564.31143.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.72%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=50.72%
G=47.10%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140130600.070.960.4555.5291.7828.63
Hex8C82607602D385c1d
Octal214202607140557013435
Binary100011001000001011001111100000101101111000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8206; }

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

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

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

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

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

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

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

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