#8EAC71

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

Shades of Olivine #8EAC71

Tints of Olivine #8EAC71

Color information

#8EAC71 (or 0x8EAC71) is unknown color: approx Olivine. HEX triplet: 8E, AC and 71. RGB value is (142,172,113). Sum of RGB (Red+Green+Blue) = 142+172+113=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC71 is #71538E. Grayscale: #9C9C9C. Windows color (decimal): -7426959 or 7449742. OLE color: 7449742.

HSL color Cylindrical-coordinate representation of color #8EAC71: hue angle of 90.51º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EAC71 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB142172113-
CMYK0.1700.340.33
HSL90.51º26.22%55.88%-
HSV(B)90.51º34.3%67.45%-
XYZ28.8936.4521.14-
YUV156.3103.56117.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=33.26%
G=40.28%
B=26.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421721130.1700.340.3390.5126.2255.88
Hex8EAC7111022215b1a38
Octal21625416121042411333270
Binary10001110101011001110001100010100010100001101101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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