#8F9606

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

Shades of Olive #8F9606

Tints of Olive #8F9606

Color information

#8F9606 (or 0x8F9606) is unknown color: approx Olive. HEX triplet: 8F, 96 and 06. RGB value is (143,150,6). Sum of RGB (Red+Green+Blue) = 143+150+6=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9606 is #7069F9. Grayscale: #848484. Windows color (decimal): -7367162 or 431759. OLE color: 431759.

HSL color Cylindrical-coordinate representation of color #8F9606: hue angle of 62.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F9606 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1431506-
CMYK0.0500.960.41
HSL62.92º92.31%30.59%-
HSV(B)62.92º96%58.82%-
XYZ22.2727.674.34-
YUV131.4957.18136.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 150 (58.98% from 255) = 50.17%
BLUE value IS 6 (2.73% from 255) = 2.01%
R=47.83%
G=50.17%
B=2.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14315060.0500.960.4162.9292.3130.59
Hex8F9665060293f5c1f
Octal217226650140517713437
Binary100011111001011011010101100000101001111111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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