#8FAA72

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

Shades of Olivine #8FAA72

Tints of Olivine #8FAA72

Color information

#8FAA72 (or 0x8FAA72) is unknown color: approx Olivine. HEX triplet: 8F, AA and 72. RGB value is (143,170,114). Sum of RGB (Red+Green+Blue) = 143+170+114=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA72 is #70558D. Grayscale: #9B9B9B. Windows color (decimal): -7361934 or 7514767. OLE color: 7514767.

HSL color Cylindrical-coordinate representation of color #8FAA72: hue angle of 88.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FAA72 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB143170114-
CMYK0.1600.330.33
HSL88.93º24.78%55.69%-
HSV(B)88.93º32.94%66.67%-
XYZ28.7435.821.32-
YUV155.54104.55119.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=33.49%
G=39.81%
B=26.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701140.1600.330.3388.9324.7855.69
Hex8FAA721002121591938
Octal21725216220041411313170
Binary10001111101010101110010100000100001100001101100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,114); }

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

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

 a { background-color: rgb(143,170,114); }

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

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

 span { border-color: rgb(143,170,114); }

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