#8EB170

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

Shades of Olivine #8EB170

Tints of Olivine #8EB170

Color information

#8EB170 (or 0x8EB170) is unknown color: approx Olivine. HEX triplet: 8E, B1 and 70. RGB value is (142,177,112). Sum of RGB (Red+Green+Blue) = 142+177+112=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB170 is #714E8F. Grayscale: #9F9F9F. Windows color (decimal): -7425680 or 7385486. OLE color: 7385486.

HSL color Cylindrical-coordinate representation of color #8EB170: hue angle of 92.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EB170 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB142177112-
CMYK0.2000.370.31
HSL92.31º29.41%56.67%-
HSV(B)92.31º36.72%69.41%-
XYZ29.838.3621.16-
YUV159.12101.4115.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=32.95%
G=41.07%
B=25.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421771120.2000.370.3192.3129.4156.67
Hex8EB170140251F5c1d39
Octal21626116024045371343571
Binary1000111010110001111000010100010010111111101110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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