#8EAB7C

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

Shades of Olivine #8EAB7C

Tints of Olivine #8EAB7C

Color information

#8EAB7C (or 0x8EAB7C) is unknown color: approx Olivine. HEX triplet: 8E, AB and 7C. RGB value is (142,171,124). Sum of RGB (Red+Green+Blue) = 142+171+124=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAB7C is #715483. Grayscale: #9D9D9D. Windows color (decimal): -7427204 or 8170382. OLE color: 8170382.

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

Color convert

RGB142171124-
CMYK0.1700.270.33
HSL97.02º21.86%57.84%-
HSV(B)97.02º27.49%67.06%-
XYZ29.3636.3324.53-
YUV156.97109.39117.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=32.49%
G=39.13%
B=28.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421711240.1700.270.3397.0221.8657.84
Hex8EAB7C1101B2161163a
Octal21625317421033411412672
Binary1000111010101011111110010001011011100001110000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,124); }

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

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

 a { background-color: rgb(142,171,124); }

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

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

 span { border-color: rgb(142,171,124); }

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