#8F9201

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

Shades of Olive #8F9201

Tints of Olive #8F9201

Color information

#8F9201 (or 0x8F9201) is unknown color: approx Olive. HEX triplet: 8F, 92 and 01. RGB value is (143,146,1). Sum of RGB (Red+Green+Blue) = 143+146+1=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9201 is #706DFE. Grayscale: #818181. Windows color (decimal): -7368191 or 103055. OLE color: 103055.

HSL color Cylindrical-coordinate representation of color #8F9201: hue angle of 61.24º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F9201 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1431461-
CMYK0.0200.990.43
HSL61.24º98.64%28.82%-
HSV(B)61.24º99.32%57.25%-
XYZ21.6126.43.99-
YUV128.5756.01138.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.31%
GREEN value IS 146 (57.42% from 255) = 50.34%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=49.31%
G=50.34%
B=0.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14314610.0200.990.4361.2498.6428.82
Hex8F92120632B3d631d
Octal217222120143537514335
Binary100011111001001011001100011101011111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,146,1); }

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

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

 a { background-color: rgb(143,146,1); }

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

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

 span { border-color: rgb(143,146,1); }

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