#8D7904

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

Shades of Olive #8D7904

Tints of Olive #8D7904

Color information

#8D7904 (or 0x8D7904) is unknown color: approx Olive. HEX triplet: 8D, 79 and 04. RGB value is (141,121,4). Sum of RGB (Red+Green+Blue) = 141+121+4=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7904 is #7286FB. Grayscale: #727272. Windows color (decimal): -7505660 or 293261. OLE color: 293261.

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

Color convert

RGB1411214-
CMYK00.140.970.45
HSL51.24º94.48%28.43%-
HSV(B)51.24º97.16%55.29%-
XYZ17.8419.352.91-
YUV113.6466.13147.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 121 (47.66% from 255) = 45.49%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=53.01%
G=45.49%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141121400.140.970.4551.2494.4828.43
Hex8D7940E612D335e1c
Octal2151714016141556313634
Binary100011011111001100011101100001101101110011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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