#8D7A09

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

Shades of Olive #8D7A09

Tints of Olive #8D7A09

Color information

#8D7A09 (or 0x8D7A09) is unknown color: approx Olive. HEX triplet: 8D, 7A and 09. RGB value is (141,122,9). Sum of RGB (Red+Green+Blue) = 141+122+9=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7A09 is #7285F6. Grayscale: #737373. Windows color (decimal): -7505399 or 621197. OLE color: 621197.

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

Color convert

RGB1411229-
CMYK00.130.940.45
HSL51.36º88%29.41%-
HSV(B)51.36º93.62%55.29%-
XYZ17.9919.63.09-
YUV114.868.29146.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.84%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 9 (3.91% from 255) = 3.31%
R=51.84%
G=44.85%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141122900.130.940.4551.368829.41
Hex8D7A90D5E2D33581d
Octal21517211015136556313035
Binary1000110111110101001011011011110101101110011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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