#8EA97B

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

Shades of Olivine #8EA97B

Tints of Olivine #8EA97B

Color information

#8EA97B (or 0x8EA97B) is unknown color: approx Olivine. HEX triplet: 8E, A9 and 7B. RGB value is (142,169,123). Sum of RGB (Red+Green+Blue) = 142+169+123=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA97B is #715684. Grayscale: #9B9B9B. Windows color (decimal): -7427717 or 8104334. OLE color: 8104334.

HSL color Cylindrical-coordinate representation of color #8EA97B: hue angle of 95.22º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EA97B is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB142169123-
CMYK0.1600.270.34
HSL95.22º21.1%57.25%-
HSV(B)95.22º27.22%66.27%-
XYZ28.9235.5624.08-
YUV155.68109.55118.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=32.72%
G=38.94%
B=28.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421691230.1600.270.3495.2221.157.25
Hex8EA97B1001B225f1539
Octal21625117320033421372571
Binary1000111010101001111101110000011011100010101111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,169,123); }

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

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

 a { background-color: rgb(142,169,123); }

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

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

 span { border-color: rgb(142,169,123); }

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