#8D7909

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

Shades of Olive #8D7909

Tints of Olive #8D7909

Color information

#8D7909 (or 0x8D7909) is unknown color: approx Olive. HEX triplet: 8D, 79 and 09. RGB value is (141,121,9). Sum of RGB (Red+Green+Blue) = 141+121+9=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7909 is #7286F6. Grayscale: #727272. Windows color (decimal): -7505655 or 620941. OLE color: 620941.

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

Color convert

RGB1411219-
CMYK00.140.940.45
HSL50.91º88%29.41%-
HSV(B)50.91º93.62%55.29%-
XYZ17.8719.363.05-
YUV114.2168.63147.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.03%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 9 (3.91% from 255) = 3.32%
R=52.03%
G=44.65%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141121900.140.940.4550.918829.41
Hex8D7990E5E2D33581d
Octal21517111016136556313035
Binary1000110111110011001011101011110101101110011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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