#8D7004

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

Shades of Olive #8D7004

Tints of Olive #8D7004

Color information

#8D7004 (or 0x8D7004) is unknown color: approx Olive. HEX triplet: 8D, 70 and 04. RGB value is (141,112,4). Sum of RGB (Red+Green+Blue) = 141+112+4=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7004 is #728FFB. Grayscale: #6C6C6C. Windows color (decimal): -7507964 or 290957. OLE color: 290957.

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

Color convert

RGB1411124-
CMYK00.210.970.45
HSL47.3º94.48%28.43%-
HSV(B)47.3º97.16%55.29%-
XYZ16.817.262.56-
YUV108.3669.11151.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=54.86%
G=43.58%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141112400.210.970.4547.394.4828.43
Hex8D704015612D2f5e1c
Octal2151604025141555713634
Binary1000110111100001000101011100001101101101111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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