#8EB377

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

Shades of Olivine #8EB377

Tints of Olivine #8EB377

Color information

#8EB377 (or 0x8EB377) is unknown color: approx Olivine. HEX triplet: 8E, B3 and 77. RGB value is (142,179,119). Sum of RGB (Red+Green+Blue) = 142+179+119=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB377 is #714C88. Grayscale: #A1A1A1. Windows color (decimal): -7425161 or 7844750. OLE color: 7844750.

HSL color Cylindrical-coordinate representation of color #8EB377: hue angle of 97º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EB377 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB142179119-
CMYK0.2100.340.30
HSL97º28.3%58.43%-
HSV(B)97º33.52%70.2%-
XYZ30.6139.3223.43-
YUV161.1104.24114.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 119 (46.88% from 255) = 27.05%
R=32.27%
G=40.68%
B=27.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421791190.2100.340.309728.358.43
Hex8EB377150221E611c3a
Octal21626316725042361413472
Binary1000111010110011111011110101010001011110110000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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