#8D8109

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

Shades of Olive #8D8109

Tints of Olive #8D8109

Color information

#8D8109 (or 0x8D8109) is unknown color: approx Olive. HEX triplet: 8D, 81 and 09. RGB value is (141,129,9). Sum of RGB (Red+Green+Blue) = 141+129+9=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8109 is #727EF6. Grayscale: #777777. Windows color (decimal): -7503607 or 622989. OLE color: 622989.

HSL color Cylindrical-coordinate representation of color #8D8109: hue angle of 54.55º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D8109 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1411299-
CMYK00.090.940.45
HSL54.55º88%29.41%-
HSV(B)54.55º93.62%55.29%-
XYZ18.8821.383.39-
YUV118.9165.98143.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=50.54%
G=46.24%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141129900.090.940.4554.558829.41
Hex8D819095E2D37581d
Octal21520111011136556713035
Binary10001101100000011001010011011110101101110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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