#8EB177

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

Shades of Olivine #8EB177

Tints of Olivine #8EB177

Color information

#8EB177 (or 0x8EB177) is unknown color: approx Olivine. HEX triplet: 8E, B1 and 77. RGB value is (142,177,119). Sum of RGB (Red+Green+Blue) = 142+177+119=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB177 is #714E88. Grayscale: #A0A0A0. Windows color (decimal): -7425673 or 7844238. OLE color: 7844238.

HSL color Cylindrical-coordinate representation of color #8EB177: hue angle of 96.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EB177 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB142177119-
CMYK0.2000.330.31
HSL96.21º27.1%58.04%-
HSV(B)96.21º32.77%69.41%-
XYZ30.2138.5323.3-
YUV159.92104.9115.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 119 (46.88% from 255) = 27.17%
R=32.42%
G=40.41%
B=27.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421771190.2000.330.3196.2127.158.04
Hex8EB177140211F601b3a
Octal21626116724041371403372
Binary1000111010110001111011110100010000111111110000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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