#8D8310

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

Shades of Olive #8D8310

Tints of Olive #8D8310

Color information

#8D8310 (or 0x8D8310) is unknown color: approx Olive. HEX triplet: 8D, 83 and 10. RGB value is (141,131,16). Sum of RGB (Red+Green+Blue) = 141+131+16=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8310 is #727CEF. Grayscale: #797979. Windows color (decimal): -7503088 or 1082253. OLE color: 1082253.

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

Color convert

RGB14113116-
CMYK00.070.890.45
HSL55.2º79.62%30.78%-
HSV(B)55.2º88.65%55.29%-
XYZ19.1921.933.71-
YUV120.8868.81142.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.96%
GREEN value IS 131 (51.56% from 255) = 45.49%
BLUE value IS 16 (6.64% from 255) = 5.56%
R=48.96%
G=45.49%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411311600.070.890.4555.279.6230.78
Hex8D831007592D37501f
Octal2152032007131556712037
Binary10001101100000111000001111011001101101110111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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