#8EC076

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

Shades of Olivine #8EC076

Tints of Olivine #8EC076

Color information

#8EC076 (or 0x8EC076) is unknown color: approx Olivine. HEX triplet: 8E, C0 and 76. RGB value is (142,192,118). Sum of RGB (Red+Green+Blue) = 142+192+118=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC076 is #713F89. Grayscale: #A8A8A8. Windows color (decimal): -7421834 or 7782542. OLE color: 7782542.

HSL color Cylindrical-coordinate representation of color #8EC076: hue angle of 100.54º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC076 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB142192118-
CMYK0.2600.390.25
HSL100.54º37%60.78%-
HSV(B)100.54º38.54%75.29%-
XYZ33.2744.7624.02-
YUV168.6199.44109.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.42%
GREEN value IS 192 (75.39% from 255) = 42.48%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=31.42%
G=42.48%
B=26.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421921180.2600.390.25100.543760.78
Hex8EC0761A0271965253d
Octal21630016632047311454575
Binary10001110110000001110110110100100111110011100101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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