#8EB477

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

Shades of Olivine #8EB477

Tints of Olivine #8EB477

Color information

#8EB477 (or 0x8EB477) is unknown color: approx Olivine. HEX triplet: 8E, B4 and 77. RGB value is (142,180,119). Sum of RGB (Red+Green+Blue) = 142+180+119=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB477 is #714B88. Grayscale: #A1A1A1. Windows color (decimal): -7424905 or 7845006. OLE color: 7845006.

HSL color Cylindrical-coordinate representation of color #8EB477: hue angle of 97.38º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EB477 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB142180119-
CMYK0.2100.340.29
HSL97.38º28.91%58.63%-
HSV(B)97.38º33.89%70.59%-
XYZ30.8139.7323.5-
YUV161.68103.91113.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=32.20%
G=40.82%
B=26.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421801190.2100.340.2997.3828.9158.63
Hex8EB477150221D611d3b
Octal21626416725042351413573
Binary1000111010110100111011110101010001011101110000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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