#8EA77A

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

Shades of Olivine #8EA77A

Tints of Olivine #8EA77A

Color information

#8EA77A (or 0x8EA77A) is unknown color: approx Olivine. HEX triplet: 8E, A7 and 7A. RGB value is (142,167,122). Sum of RGB (Red+Green+Blue) = 142+167+122=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #8EA77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA77A is #715885. Grayscale: #9A9A9A. Windows color (decimal): -7428230 or 8038286. OLE color: 8038286.

HSL color Cylindrical-coordinate representation of color #8EA77A: hue angle of 93.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EA77A is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB142167122-
CMYK0.1500.270.35
HSL93.33º20.36%56.67%-
HSV(B)93.33º26.95%65.49%-
XYZ28.4934.7923.63-
YUV154.39109.72119.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=32.95%
G=38.75%
B=28.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421671220.1500.270.3593.3320.3656.67
Hex8EA77AF01B235d1439
Octal21624717217033431352471
Binary100011101010011111110101111011011100011101110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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