#8F900A

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

Shades of Olive #8F900A

Tints of Olive #8F900A

Color information

#8F900A (or 0x8F900A) is unknown color: approx Olive. HEX triplet: 8F, 90 and 0A. RGB value is (143,144,10). Sum of RGB (Red+Green+Blue) = 143+144+10=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #8F900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F900A is #706FF5. Grayscale: #808080. Windows color (decimal): -7368694 or 692367. OLE color: 692367.

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

Color convert

RGB14314410-
CMYK0.0100.930.44
HSL60.45º87.01%30.2%-
HSV(B)60.45º93.06%56.47%-
XYZ21.3625.814.14-
YUV128.4261.17138.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=48.15%
G=48.48%
B=3.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143144100.0100.930.4460.4587.0130.2
Hex8F90A105D2C3c571e
Octal2172201210135547412736
Binary10001111100100001010101011101101100111100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,144,10); }

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

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

 a { background-color: rgb(143,144,10); }

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

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

 span { border-color: rgb(143,144,10); }

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