#8F7F09

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

Shades of Olive #8F7F09

Tints of Olive #8F7F09

Color information

#8F7F09 (or 0x8F7F09) is unknown color: approx Olive. HEX triplet: 8F, 7F and 09. RGB value is (143,127,9). Sum of RGB (Red+Green+Blue) = 143+127+9=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7F09 is #7080F6. Grayscale: #767676. Windows color (decimal): -7373047 or 622479. OLE color: 622479.

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

Color convert

RGB1431279-
CMYK00.110.940.44
HSL52.84º88.16%29.8%-
HSV(B)52.84º93.71%56.08%-
XYZ18.9721.043.32-
YUV118.3366.3145.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.25%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=51.25%
G=45.52%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143127900.110.940.4452.8488.1629.8
Hex8F7F90B5E2C35581e
Octal21717711013136546513036
Binary1000111111111111001010111011110101100110101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,127,9); }

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

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

 a { background-color: rgb(143,127,9); }

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

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

 span { border-color: rgb(143,127,9); }

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