#8EAE6C

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

Shades of Olivine #8EAE6C

Tints of Olivine #8EAE6C

Color information

#8EAE6C (or 0x8EAE6C) is unknown color: approx Olivine. HEX triplet: 8E, AE and 6C. RGB value is (142,174,108). Sum of RGB (Red+Green+Blue) = 142+174+108=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE6C is #715193. Grayscale: #9D9D9D. Windows color (decimal): -7426452 or 7122574. OLE color: 7122574.

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

Color convert

RGB142174108-
CMYK0.1800.380.32
HSL89.09º28.95%55.29%-
HSV(B)89.09º37.93%68.24%-
XYZ2937.1119.82-
YUV156.91100.4117.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=33.49%
G=41.04%
B=25.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421741080.1800.380.3289.0928.9555.29
Hex8EAE6C1202620591d37
Octal21625615422046401313567
Binary10001110101011101101100100100100110100000101100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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