#8D8204

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

Shades of Olive #8D8204

Tints of Olive #8D8204

Color information

#8D8204 (or 0x8D8204) is unknown color: approx Olive. HEX triplet: 8D, 82 and 04. RGB value is (141,130,4). Sum of RGB (Red+Green+Blue) = 141+130+4=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8204 is #727DFB. Grayscale: #777777. Windows color (decimal): -7503356 or 295565. OLE color: 295565.

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

Color convert

RGB1411304-
CMYK00.080.970.45
HSL55.18º94.48%28.43%-
HSV(B)55.18º97.16%55.29%-
XYZ18.9921.643.29-
YUV118.9263.14143.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.27%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=51.27%
G=47.27%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141130400.080.970.4555.1894.4828.43
Hex8D82408612D375e1c
Octal2152024010141556713634
Binary1000110110000010100010001100001101101110111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,130,4); }

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

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

 a { background-color: rgb(141,130,4); }

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

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

 span { border-color: rgb(141,130,4); }

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