#8D8510

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

Shades of Olive #8D8510

Tints of Olive #8D8510

Color information

#8D8510 (or 0x8D8510) is unknown color: approx Olive. HEX triplet: 8D, 85 and 10. RGB value is (141,133,16). Sum of RGB (Red+Green+Blue) = 141+133+16=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8510 is #727AEF. Grayscale: #7A7A7A. Windows color (decimal): -7502576 or 1082765. OLE color: 1082765.

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

Color convert

RGB14113316-
CMYK00.060.890.45
HSL56.16º79.62%30.78%-
HSV(B)56.16º88.65%55.29%-
XYZ19.4722.483.8-
YUV122.0568.15141.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 16 (6.64% from 255) = 5.52%
R=48.62%
G=45.86%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411331600.060.890.4556.1679.6230.78
Hex8D851006592D38501f
Octal2152052006131557012037
Binary10001101100001011000001101011001101101111000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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