#8FAB71

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

Shades of Olivine #8FAB71

Tints of Olivine #8FAB71

Color information

#8FAB71 (or 0x8FAB71) is unknown color: approx Olivine. HEX triplet: 8F, AB and 71. RGB value is (143,171,113). Sum of RGB (Red+Green+Blue) = 143+171+113=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB71 is #70548E. Grayscale: #9C9C9C. Windows color (decimal): -7361679 or 7449487. OLE color: 7449487.

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

Color convert

RGB143171113-
CMYK0.1600.340.33
HSL88.97º25.66%55.69%-
HSV(B)88.97º33.92%67.06%-
XYZ28.8736.1621.08-
YUV156.02103.72118.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=33.49%
G=40.05%
B=26.46%

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
Decimal1431711130.1600.340.3388.9725.6655.69
Hex8FAB711002221591a38
Octal21725316120042411313270
Binary10001111101010111110001100000100010100001101100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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