#8FAB76

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

Shades of Olivine #8FAB76

Tints of Olivine #8FAB76

Color information

#8FAB76 (or 0x8FAB76) is unknown color: approx Olivine. HEX triplet: 8F, AB and 76. RGB value is (143,171,118). Sum of RGB (Red+Green+Blue) = 143+171+118=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB76 is #705489. Grayscale: #9C9C9C. Windows color (decimal): -7361674 or 7777167. OLE color: 7777167.

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

Color convert

RGB143171118-
CMYK0.1600.310.33
HSL91.7º23.98%56.67%-
HSV(B)91.7º30.99%67.06%-
XYZ29.1636.2722.6-
YUV156.59106.22118.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=33.10%
G=39.58%
B=27.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711180.1600.310.3391.723.9856.67
Hex8FAB761001F215c1839
Octal21725316620037411343071
Binary1000111110101011111011010000011111100001101110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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