#8EBC70

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

Shades of Olivine #8EBC70

Tints of Olivine #8EBC70

Color information

#8EBC70 (or 0x8EBC70) is unknown color: approx Olivine. HEX triplet: 8E, BC and 70. RGB value is (142,188,112). Sum of RGB (Red+Green+Blue) = 142+188+112=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBC70 is #71438F. Grayscale: #A5A5A5. Windows color (decimal): -7422864 or 7388302. OLE color: 7388302.

HSL color Cylindrical-coordinate representation of color #8EBC70: hue angle of 96.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EBC70 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB142188112-
CMYK0.2400.400.26
HSL96.32º36.19%58.82%-
HSV(B)96.32º40.43%73.73%-
XYZ32.0642.8921.92-
YUV165.5897.76111.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 188 (73.83% from 255) = 42.53%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=32.13%
G=42.53%
B=25.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881120.2400.400.2696.3236.1958.82
Hex8EBC70180281A60243b
Octal21627416030050321404473
Binary10001110101111001110000110000101000110101100000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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