#8F7906

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

Shades of Olive #8F7906

Tints of Olive #8F7906

Color information

#8F7906 (or 0x8F7906) is unknown color: approx Olive. HEX triplet: 8F, 79 and 06. RGB value is (143,121,6). Sum of RGB (Red+Green+Blue) = 143+121+6=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7906 is #7086F9. Grayscale: #727272. Windows color (decimal): -7374586 or 424335. OLE color: 424335.

HSL color Cylindrical-coordinate representation of color #8F7906: hue angle of 50.36º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F7906 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1431216-
CMYK00.150.960.44
HSL50.36º91.95%29.22%-
HSV(B)50.36º95.8%56.08%-
XYZ18.219.532.98-
YUV114.4766.79148.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.96%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 6 (2.73% from 255) = 2.22%
R=52.96%
G=44.81%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143121600.150.960.4450.3691.9529.22
Hex8F7960F602C325c1d
Octal2171716017140546213435
Binary100011111111001110011111100000101100110010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,121,6); }

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

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

 a { background-color: rgb(143,121,6); }

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

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

 span { border-color: rgb(143,121,6); }

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