#8EAD77

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

Shades of Olivine #8EAD77

Tints of Olivine #8EAD77

Color information

#8EAD77 (or 0x8EAD77) is unknown color: approx Olivine. HEX triplet: 8E, AD and 77. RGB value is (142,173,119). Sum of RGB (Red+Green+Blue) = 142+173+119=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAD77 is #715288. Grayscale: #9D9D9D. Windows color (decimal): -7426697 or 7843214. OLE color: 7843214.

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

Color convert

RGB142173119-
CMYK0.1800.310.32
HSL94.44º24.77%57.25%-
HSV(B)94.44º31.21%67.84%-
XYZ29.4336.9723.04-
YUV157.57106.23116.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 119 (46.88% from 255) = 27.42%
R=32.72%
G=39.86%
B=27.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421731190.1800.310.3294.4424.7757.25
Hex8EAD771201F205e1939
Octal21625516722037401363171
Binary1000111010101101111011110010011111100000101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,119); }

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

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

 a { background-color: rgb(142,173,119); }

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

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

 span { border-color: rgb(142,173,119); }

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