#8C8D06

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

Shades of Olive #8C8D06

Tints of Olive #8C8D06

Color information

#8C8D06 (or 0x8C8D06) is unknown color: approx Olive. HEX triplet: 8C, 8D and 06. RGB value is (140,141,6). Sum of RGB (Red+Green+Blue) = 140+141+6=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8D06 is #7372F9. Grayscale: #7D7D7D. Windows color (decimal): -7566074 or 429452. OLE color: 429452.

HSL color Cylindrical-coordinate representation of color #8C8D06: hue angle of 60.44º 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 #8C8D06 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1401416-
CMYK0.0100.960.45
HSL60.44º91.84%28.82%-
HSV(B)60.44º95.74%55.29%-
XYZ20.3724.643.85-
YUV125.3160.67138.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.78%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 6 (2.73% from 255) = 2.09%
R=48.78%
G=49.13%
B=2.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14014160.0100.960.4560.4491.8428.82
Hex8C8D610602D3c5c1d
Octal214215610140557413435
Binary1000110010001101110101100000101101111100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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