#8EC071

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

Shades of Olivine #8EC071

Tints of Olivine #8EC071

Color information

#8EC071 (or 0x8EC071) is unknown color: approx Olivine. HEX triplet: 8E, C0 and 71. RGB value is (142,192,113). Sum of RGB (Red+Green+Blue) = 142+192+113=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC071 is #713F8E. Grayscale: #A8A8A8. Windows color (decimal): -7421839 or 7454862. OLE color: 7454862.

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

Color convert

RGB142192113-
CMYK0.2600.410.25
HSL97.97º38.54%59.8%-
HSV(B)97.97º41.15%75.29%-
XYZ32.9944.6422.5-
YUV168.0496.94109.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=31.77%
G=42.95%
B=25.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421921130.2600.410.2597.9738.5459.8
Hex8EC0711A0291962273c
Octal21630016132051311424774
Binary10001110110000001110001110100101001110011100010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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