#8D8808

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

Shades of Olive #8D8808

Tints of Olive #8D8808

Color information

#8D8808 (or 0x8D8808) is unknown color: approx Olive. HEX triplet: 8D, 88 and 08. RGB value is (141,136,8). Sum of RGB (Red+Green+Blue) = 141+136+8=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8808 is #7277F7. Grayscale: #7B7B7B. Windows color (decimal): -7501816 or 559245. OLE color: 559245.

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

Color convert

RGB1411368-
CMYK00.040.940.45
HSL57.74º89.26%29.22%-
HSV(B)57.74º94.33%55.29%-
XYZ19.8323.293.68-
YUV122.963.16140.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 8 (3.52% from 255) = 2.81%
R=49.47%
G=47.72%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141136800.040.940.4557.7489.2629.22
Hex8D888045E2D3a591d
Octal2152101004136557213135
Binary1000110110001000100001001011110101101111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,136,8); }

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

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

 a { background-color: rgb(141,136,8); }

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

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

 span { border-color: rgb(141,136,8); }

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