#8F8C08

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

Shades of Olive #8F8C08

Tints of Olive #8F8C08

Color information

#8F8C08 (or 0x8F8C08) is unknown color: approx Olive. HEX triplet: 8F, 8C and 08. RGB value is (143,140,8). Sum of RGB (Red+Green+Blue) = 143+140+8=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8C08 is #7073F7. Grayscale: #7E7E7E. Windows color (decimal): -7369720 or 560271. OLE color: 560271.

HSL color Cylindrical-coordinate representation of color #8F8C08: hue angle of 58.67º degrees, saturation: 0.89, 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 #8F8C08 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1431408-
CMYK00.020.940.44
HSL58.67º89.4%29.61%-
HSV(B)58.67º94.41%56.08%-
XYZ20.7524.613.89-
YUV125.8561.49140.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.14%
GREEN value IS 140 (55.08% from 255) = 48.11%
BLUE value IS 8 (3.52% from 255) = 2.75%
R=49.14%
G=48.11%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143140800.020.940.4458.6789.429.61
Hex8F8C8025E2C3b591e
Octal2172141002136547313136
Binary100011111000110010000101011110101100111011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,140,8); }

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

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

 a { background-color: rgb(143,140,8); }

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

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

 span { border-color: rgb(143,140,8); }

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