#8FAA79

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

Shades of Olivine #8FAA79

Tints of Olivine #8FAA79

Color information

#8FAA79 (or 0x8FAA79) is unknown color: approx Olivine. HEX triplet: 8F, AA and 79. RGB value is (143,170,121). Sum of RGB (Red+Green+Blue) = 143+170+121=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA79 is #705586. Grayscale: #9C9C9C. Windows color (decimal): -7361927 or 7973519. OLE color: 7973519.

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

Color convert

RGB143170121-
CMYK0.1600.290.33
HSL93.06º22.37%57.06%-
HSV(B)93.06º28.82%66.67%-
XYZ29.1535.9723.5-
YUV156.34108.05118.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=32.95%
G=39.17%
B=27.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701210.1600.290.3393.0622.3757.06
Hex8FAA791001D215d1639
Octal21725217120035411352671
Binary1000111110101010111100110000011101100001101110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,121); }

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

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

 a { background-color: rgb(143,170,121); }

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

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

 span { border-color: rgb(143,170,121); }

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