#8EB776

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

Shades of Olivine #8EB776

Tints of Olivine #8EB776

Color information

#8EB776 (or 0x8EB776) is unknown color: approx Olivine. HEX triplet: 8E, B7 and 76. RGB value is (142,183,118). Sum of RGB (Red+Green+Blue) = 142+183+118=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB776 is #714889. Grayscale: #A3A3A3. Windows color (decimal): -7424138 or 7780238. OLE color: 7780238.

HSL color Cylindrical-coordinate representation of color #8EB776: hue angle of 97.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EB776 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB142183118-
CMYK0.2200.360.28
HSL97.85º31.1%59.02%-
HSV(B)97.85º35.52%71.76%-
XYZ31.3640.9323.39-
YUV163.33102.42112.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=32.05%
G=41.31%
B=26.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1421831180.2200.360.2897.8531.159.02
Hex8EB776160241C621f3b
Octal21626716626044341423773
Binary1000111010110111111011010110010010011100110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,183,118); }

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

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

 a { background-color: rgb(142,183,118); }

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

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

 span { border-color: rgb(142,183,118); }

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