#8D8C06

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

Shades of Olive #8D8C06

Tints of Olive #8D8C06

Color information

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

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

Color convert

RGB1411406-
CMYK00.010.960.45
HSL59.56º91.84%28.82%-
HSV(B)59.56º95.74%55.29%-
XYZ20.424.433.81-
YUV125.0260.83139.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141140600.010.960.4559.5691.8428.82
Hex8D8C601602D3c5c1d
Octal215214601140557413435
Binary1000110110001100110011100000101101111100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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