#8D810E

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

Shades of Olive #8D810E

Tints of Olive #8D810E

Color information

#8D810E (or 0x8D810E) is unknown color: approx Olive. HEX triplet: 8D, 81 and 0E. RGB value is (141,129,14). Sum of RGB (Red+Green+Blue) = 141+129+14=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D810E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D810E is #727EF1. Grayscale: #777777. Windows color (decimal): -7503602 or 950669. OLE color: 950669.

HSL color Cylindrical-coordinate representation of color #8D810E: hue angle of 54.33º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D810E is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB14112914-
CMYK00.090.900.45
HSL54.33º81.94%30.39%-
HSV(B)54.33º90.07%55.29%-
XYZ18.9121.393.55-
YUV119.4868.48143.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.65%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 14 (5.86% from 255) = 4.93%
R=49.65%
G=45.42%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411291400.090.900.4554.3381.9430.39
Hex8D81E095A2D36521e
Octal21520116011132556612236
Binary10001101100000011110010011011010101101110110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D810E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,14); }

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

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

 a { background-color: rgb(141,129,14); }

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

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

 span { border-color: rgb(141,129,14); }

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