#8F7D02

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

Shades of Olive #8F7D02

Tints of Olive #8F7D02

Color information

#8F7D02 (or 0x8F7D02) is unknown color: approx Olive. HEX triplet: 8F, 7D and 02. RGB value is (143,125,2). Sum of RGB (Red+Green+Blue) = 143+125+2=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7D02 is #7082FD. Grayscale: #747474. Windows color (decimal): -7373566 or 163215. OLE color: 163215.

HSL color Cylindrical-coordinate representation of color #8F7D02: hue angle of 52.34º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F7D02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1431252-
CMYK00.130.990.44
HSL52.34º97.24%28.43%-
HSV(B)52.34º98.6%56.08%-
XYZ18.6720.513.03-
YUV116.3663.46147-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.96%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=52.96%
G=46.30%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143125200.130.990.4452.3497.2428.43
Hex8F7D20D632C34611c
Octal2171752015143546414134
Binary10001111111110110011011100011101100110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,125,2); }

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

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

 a { background-color: rgb(143,125,2); }

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

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

 span { border-color: rgb(143,125,2); }

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