#8D7D0E

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

Shades of Olive #8D7D0E

Tints of Olive #8D7D0E

Color information

#8D7D0E (or 0x8D7D0E) is unknown color: approx Olive. HEX triplet: 8D, 7D and 0E. RGB value is (141,125,14). Sum of RGB (Red+Green+Blue) = 141+125+14=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7D0E is #7282F1. Grayscale: #757575. Windows color (decimal): -7504626 or 949645. OLE color: 949645.

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

Color convert

RGB14112514-
CMYK00.110.900.45
HSL52.44º81.94%30.39%-
HSV(B)52.44º90.07%55.29%-
XYZ18.420.363.38-
YUV117.1369.8145.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 125 (49.22% from 255) = 44.64%
BLUE value IS 14 (5.86% from 255) = 5%
R=50.36%
G=44.64%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411251400.110.900.4552.4481.9430.39
Hex8D7DE0B5A2D34521e
Octal21517516013132556412236
Binary1000110111111011110010111011010101101110100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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