#8D9209

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

Shades of Olive #8D9209

Tints of Olive #8D9209

Color information

#8D9209 (or 0x8D9209) is unknown color: approx Olive. HEX triplet: 8D, 92 and 09. RGB value is (141,146,9). Sum of RGB (Red+Green+Blue) = 141+146+9=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9209 is #726DF6. Grayscale: #818181. Windows color (decimal): -7499255 or 627341. OLE color: 627341.

HSL color Cylindrical-coordinate representation of color #8D9209: hue angle of 62.19º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D9209 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB1411469-
CMYK0.0300.940.43
HSL62.19º88.39%30.39%-
HSV(B)62.19º93.84%57.25%-
XYZ21.3126.244.2-
YUV128.8960.34136.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 9 (3.91% from 255) = 3.04%
R=47.64%
G=49.32%
B=3.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14114690.0300.940.4362.1988.3930.39
Hex8D929305E2B3e581e
Octal2152221130136537613036
Binary100011011001001010011101011110101011111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,146,9); }

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

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

 a { background-color: rgb(141,146,9); }

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

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

 span { border-color: rgb(141,146,9); }

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