#8FA97E

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

Shades of Olivine #8FA97E

Tints of Olivine #8FA97E

Color information

#8FA97E (or 0x8FA97E) is unknown color: approx Olivine. HEX triplet: 8F, A9 and 7E. RGB value is (143,169,126). Sum of RGB (Red+Green+Blue) = 143+169+126=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA97E is #705681. Grayscale: #9C9C9C. Windows color (decimal): -7362178 or 8300943. OLE color: 8300943.

HSL color Cylindrical-coordinate representation of color #8FA97E: hue angle of 96.28º 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 #8FA97E is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB143169126-
CMYK0.1500.250.34
HSL96.28º20%57.84%-
HSV(B)96.28º25.44%66.27%-
XYZ29.2835.7225.09-
YUV156.32110.89118.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.65%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=32.65%
G=38.58%
B=28.77%

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
Decimal1431691260.1500.250.3496.282057.84
Hex8FA97EF0192260143a
Octal21725117617031421402472
Binary100011111010100111111101111011001100010110000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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