#8EAA78

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

Shades of Olivine #8EAA78

Tints of Olivine #8EAA78

Color information

#8EAA78 (or 0x8EAA78) is unknown color: approx Olivine. HEX triplet: 8E, AA and 78. RGB value is (142,170,120). Sum of RGB (Red+Green+Blue) = 142+170+120=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA78 is #715587. Grayscale: #9C9C9C. Windows color (decimal): -7427464 or 7907982. OLE color: 7907982.

HSL color Cylindrical-coordinate representation of color #8EAA78: hue angle of 93.6º degrees, saturation: 0.23, 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 #8EAA78 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB142170120-
CMYK0.1600.290.33
HSL93.6º22.73%56.86%-
HSV(B)93.6º29.41%66.67%-
XYZ28.9235.8623.17-
YUV155.93107.72118.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=32.87%
G=39.35%
B=27.78%

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
Decimal1421701200.1600.290.3393.622.7356.86
Hex8EAA781001D215e1739
Octal21625217020035411362771
Binary1000111010101010111100010000011101100001101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,120); }

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

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

 a { background-color: rgb(142,170,120); }

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

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

 span { border-color: rgb(142,170,120); }

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