#8FA87C

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

Shades of Olivine #8FA87C

Tints of Olivine #8FA87C

Color information

#8FA87C (or 0x8FA87C) is unknown color: approx Olivine. HEX triplet: 8F, A8 and 7C. RGB value is (143,168,124). Sum of RGB (Red+Green+Blue) = 143+168+124=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA87C is #705783. Grayscale: #9B9B9B. Windows color (decimal): -7362436 or 8169615. OLE color: 8169615.

HSL color Cylindrical-coordinate representation of color #8FA87C: hue angle of 94.09º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FA87C is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB143168124-
CMYK0.1500.260.34
HSL94.09º20.18%57.25%-
HSV(B)94.09º26.19%65.88%-
XYZ28.9735.324.36-
YUV155.51110.22119.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 168 (66.02% from 255) = 38.62%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=32.87%
G=38.62%
B=28.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1431681240.1500.260.3494.0920.1857.25
Hex8FA87CF01A225e1439
Octal21725017417032421362471
Binary100011111010100011111001111011010100010101111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,168,124); }

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

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

 a { background-color: rgb(143,168,124); }

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

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

 span { border-color: rgb(143,168,124); }

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