#8EAC7A

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

Shades of Olivine #8EAC7A

Tints of Olivine #8EAC7A

Color information

#8EAC7A (or 0x8EAC7A) is unknown color: approx Olivine. HEX triplet: 8E, AC and 7A. RGB value is (142,172,122). Sum of RGB (Red+Green+Blue) = 142+172+122=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC7A is #715385. Grayscale: #9D9D9D. Windows color (decimal): -7426950 or 8039566. OLE color: 8039566.

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

Color convert

RGB142172122-
CMYK0.1700.290.33
HSL96º23.15%57.65%-
HSV(B)96º29.07%67.45%-
XYZ29.4236.6623.94-
YUV157.33108.06117.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.57%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=32.57%
G=39.45%
B=27.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421721220.1700.290.339623.1557.65
Hex8EAC7A1101D2160173a
Octal21625417221035411402772
Binary1000111010101100111101010001011101100001110000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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