#8EA27A

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

Shades of Olivine #8EA27A

Tints of Olivine #8EA27A

Color information

#8EA27A (or 0x8EA27A) is unknown color: approx Olivine. HEX triplet: 8E, A2 and 7A. RGB value is (142,162,122). Sum of RGB (Red+Green+Blue) = 142+162+122=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA27A is #715D85. Grayscale: #979797. Windows color (decimal): -7429510 or 8037006. OLE color: 8037006.

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

Color convert

RGB142162122-
CMYK0.1200.250.36
HSL90º17.7%55.69%-
HSV(B)90º24.69%63.53%-
XYZ27.593323.33-
YUV151.46111.37121.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=33.33%
G=38.03%
B=28.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621220.1200.250.369017.755.69
Hex8EA27AC019245a1238
Octal21624217214031441322270
Binary100011101010001011110101100011001100100101101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,162,122); }

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

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

 a { background-color: rgb(142,162,122); }

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

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

 span { border-color: rgb(142,162,122); }

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