#8EAE6F

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

Shades of Olivine #8EAE6F

Tints of Olivine #8EAE6F

Color information

#8EAE6F (or 0x8EAE6F) is unknown color: approx Olivine. HEX triplet: 8E, AE and 6F. RGB value is (142,174,111). Sum of RGB (Red+Green+Blue) = 142+174+111=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE6F is #715190. Grayscale: #9D9D9D. Windows color (decimal): -7426449 or 7319182. OLE color: 7319182.

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

Color convert

RGB142174111-
CMYK0.1800.360.32
HSL90.48º28%55.88%-
HSV(B)90.48º36.21%68.24%-
XYZ29.1637.1720.68-
YUV157.25101.9117.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=33.26%
G=40.75%
B=26.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421741110.1800.360.3290.482855.88
Hex8EAE6F12024205a1c38
Octal21625615722044401323470
Binary10001110101011101101111100100100100100000101101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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