#8EAE7C

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

Shades of Olivine #8EAE7C

Tints of Olivine #8EAE7C

Color information

#8EAE7C (or 0x8EAE7C) is unknown color: approx Olivine. HEX triplet: 8E, AE and 7C. RGB value is (142,174,124). Sum of RGB (Red+Green+Blue) = 142+174+124=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE7C is #715183. Grayscale: #9E9E9E. Windows color (decimal): -7426436 or 8171150. OLE color: 8171150.

HSL color Cylindrical-coordinate representation of color #8EAE7C: hue angle of 98.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EAE7C is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB142174124-
CMYK0.1800.290.32
HSL98.4º23.58%58.43%-
HSV(B)98.4º28.74%68.24%-
XYZ29.9337.4824.73-
YUV158.73108.4116.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=32.27%
G=39.55%
B=28.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421741240.1800.290.3298.423.5858.43
Hex8EAE7C1201D2062183a
Octal21625617422035401423072
Binary1000111010101110111110010010011101100000110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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