#8D8710

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

Shades of Olive #8D8710

Tints of Olive #8D8710

Color information

#8D8710 (or 0x8D8710) is unknown color: approx Olive. HEX triplet: 8D, 87 and 10. RGB value is (141,135,16). Sum of RGB (Red+Green+Blue) = 141+135+16=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8710 is #7278EF. Grayscale: #7B7B7B. Windows color (decimal): -7502064 or 1083277. OLE color: 1083277.

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

Color convert

RGB14113516-
CMYK00.040.890.45
HSL57.12º79.62%30.78%-
HSV(B)57.12º88.65%55.29%-
XYZ19.7423.033.89-
YUV123.2367.49140.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=48.29%
G=46.23%
B=5.48%

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
Decimal1411351600.040.890.4557.1279.6230.78
Hex8D871004592D39501f
Octal2152072004131557112037
Binary10001101100001111000001001011001101101111001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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