#8FAA71

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

Shades of Olivine #8FAA71

Tints of Olivine #8FAA71

Color information

#8FAA71 (or 0x8FAA71) is unknown color: approx Olivine. HEX triplet: 8F, AA and 71. RGB value is (143,170,113). Sum of RGB (Red+Green+Blue) = 143+170+113=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA71 is #70558E. Grayscale: #9B9B9B. Windows color (decimal): -7361935 or 7449231. OLE color: 7449231.

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

Color convert

RGB143170113-
CMYK0.1600.340.33
HSL88.42º25.11%55.49%-
HSV(B)88.42º33.53%66.67%-
XYZ28.6835.7821.02-
YUV155.43104.05119.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.57%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=33.57%
G=39.91%
B=26.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701130.1600.340.3388.4225.1155.49
Hex8FAA711002221581937
Octal21725216120042411303167
Binary10001111101010101110001100000100010100001101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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