#8D870F

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

Shades of Olive #8D870F

Tints of Olive #8D870F

Color information

#8D870F (or 0x8D870F) is unknown color: approx Olive. HEX triplet: 8D, 87 and 0F. RGB value is (141,135,15). Sum of RGB (Red+Green+Blue) = 141+135+15=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D870F is #7278F0. Grayscale: #7B7B7B. Windows color (decimal): -7502065 or 1017741. OLE color: 1017741.

HSL color Cylindrical-coordinate representation of color #8D870F: hue angle of 57.14º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D870F is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB14113515-
CMYK00.040.890.45
HSL57.14º80.77%30.59%-
HSV(B)57.14º89.36%55.29%-
XYZ19.7323.033.86-
YUV123.1166.99140.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.45%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=48.45%
G=46.39%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411351500.040.890.4557.1480.7730.59
Hex8D87F04592D39511f
Octal2152071704131557112137
Binary1000110110000111111101001011001101101111001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,135,15); }

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

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

 a { background-color: rgb(141,135,15); }

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

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

 span { border-color: rgb(141,135,15); }

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