#8FA97F

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

Shades of Olivine #8FA97F

Tints of Olivine #8FA97F

Color information

#8FA97F (or 0x8FA97F) is unknown color: approx Olivine. HEX triplet: 8F, A9 and 7F. RGB value is (143,169,127). Sum of RGB (Red+Green+Blue) = 143+169+127=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA97F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA97F is #705680. Grayscale: #9C9C9C. Windows color (decimal): -7362177 or 8366479. OLE color: 8366479.

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

Color convert

RGB143169127-
CMYK0.1500.250.34
HSL97.14º19.63%58.04%-
HSV(B)97.14º24.85%66.27%-
XYZ29.3535.7525.43-
YUV156.44111.39118.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.57%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 127 (50% from 255) = 28.93%
R=32.57%
G=38.50%
B=28.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1431691270.1500.250.3497.1419.6358.04
Hex8FA97FF0192261143a
Octal21725117717031421412472
Binary100011111010100111111111111011001100010110000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,169,127); }

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

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

 a { background-color: rgb(143,169,127); }

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

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

 span { border-color: rgb(143,169,127); }

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