#8FAB7E

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

Shades of Olivine #8FAB7E

Tints of Olivine #8FAB7E

Color information

#8FAB7E (or 0x8FAB7E) is unknown color: approx Olivine. HEX triplet: 8F, AB and 7E. RGB value is (143,171,126). Sum of RGB (Red+Green+Blue) = 143+171+126=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB7E is #705481. Grayscale: #9D9D9D. Windows color (decimal): -7361666 or 8301455. OLE color: 8301455.

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

Color convert

RGB143171126-
CMYK0.1600.260.33
HSL97.33º21.13%58.24%-
HSV(B)97.33º26.32%67.06%-
XYZ29.6636.4725.22-
YUV157.5110.22117.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.5%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=32.5%
G=38.86%
B=28.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711260.1600.260.3397.3321.1358.24
Hex8FAB7E1001A2161153a
Octal21725317620032411412572
Binary1000111110101011111111010000011010100001110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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