#8D860F

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

Shades of Olive #8D860F

Tints of Olive #8D860F

Color information

#8D860F (or 0x8D860F) is unknown color: approx Olive. HEX triplet: 8D, 86 and 0F. RGB value is (141,134,15). Sum of RGB (Red+Green+Blue) = 141+134+15=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D860F is #7279F0. Grayscale: #7B7B7B. Windows color (decimal): -7502321 or 1017485. OLE color: 1017485.

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

Color convert

RGB14113415-
CMYK00.050.890.45
HSL56.67º80.77%30.59%-
HSV(B)56.67º89.36%55.29%-
XYZ19.622.753.81-
YUV122.5367.32141.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 15 (6.25% from 255) = 5.17%
R=48.62%
G=46.21%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411341500.050.890.4556.6780.7730.59
Hex8D86F05592D39511f
Octal2152061705131557112137
Binary1000110110000110111101011011001101101111001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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