#8EBC76

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

Shades of Olivine #8EBC76

Tints of Olivine #8EBC76

Color information

#8EBC76 (or 0x8EBC76) is unknown color: approx Olivine. HEX triplet: 8E, BC and 76. RGB value is (142,188,118). Sum of RGB (Red+Green+Blue) = 142+188+118=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBC76 is #714389. Grayscale: #A6A6A6. Windows color (decimal): -7422858 or 7781518. OLE color: 7781518.

HSL color Cylindrical-coordinate representation of color #8EBC76: hue angle of 99.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EBC76 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB142188118-
CMYK0.2400.370.26
HSL99.43º34.31%60%-
HSV(B)99.43º37.23%73.73%-
XYZ32.4143.0323.74-
YUV166.27100.76110.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.70%
GREEN value IS 188 (73.83% from 255) = 41.96%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=31.70%
G=41.96%
B=26.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881180.2400.370.2699.4334.3160
Hex8EBC76180251A63223c
Octal21627416630045321434274
Binary10001110101111001110110110000100101110101100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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