#8D7600

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

Shades of Olive #8D7600

Tints of Olive #8D7600

Color information

#8D7600 (or 0x8D7600) is unknown color: approx Olive. HEX triplet: 8D, 76 and 00. RGB value is (141,118,0). Sum of RGB (Red+Green+Blue) = 141+118+0=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7600 is #7289FF. Grayscale: #6F6F6F. Windows color (decimal): -7506432 or 30349. OLE color: 30349.

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

Color convert

RGB1411180-
CMYK00.1610.45
HSL50.21º100%27.65%-
HSV(B)50.21º100%55.29%-
XYZ17.4618.622.67-
YUV111.4265.12149.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.44%
G=45.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141118000.1610.4550.2110027.65
Hex8D760010642D32641c
Octal2151660020144556214434
Binary10001101111011000100001100100101101110010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,0); }

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

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

 a { background-color: rgb(141,118,0); }

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

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

 span { border-color: rgb(141,118,0); }

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