#8D7406

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

Shades of Olive #8D7406

Tints of Olive #8D7406

Color information

#8D7406 (or 0x8D7406) is unknown color: approx Olive. HEX triplet: 8D, 74 and 06. RGB value is (141,116,6). Sum of RGB (Red+Green+Blue) = 141+116+6=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7406 is #728BF9. Grayscale: #6F6F6F. Windows color (decimal): -7506938 or 423053. OLE color: 423053.

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

Color convert

RGB1411166-
CMYK00.180.960.45
HSL48.89º91.84%28.82%-
HSV(B)48.89º95.74%55.29%-
XYZ17.2618.172.77-
YUV110.9468.78149.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.61%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 6 (2.73% from 255) = 2.28%
R=53.61%
G=44.11%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141116600.180.960.4548.8991.8428.82
Hex8D746012602D315c1d
Octal2151646022140556113435
Binary1000110111101001100100101100000101101110001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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