#8EAB7A

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

Shades of Olivine #8EAB7A

Tints of Olivine #8EAB7A

Color information

#8EAB7A (or 0x8EAB7A) is unknown color: approx Olivine. HEX triplet: 8E, AB and 7A. RGB value is (142,171,122). Sum of RGB (Red+Green+Blue) = 142+171+122=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAB7A is #715485. Grayscale: #9C9C9C. Windows color (decimal): -7427206 or 8039310. OLE color: 8039310.

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

Color convert

RGB142171122-
CMYK0.1700.290.33
HSL95.51º22.58%57.45%-
HSV(B)95.51º28.65%67.06%-
XYZ29.2336.2823.87-
YUV156.74108.39117.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=32.64%
G=39.31%
B=28.05%

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
Decimal1421711220.1700.290.3395.5122.5857.45
Hex8EAB7A1101D21601739
Octal21625317221035411402771
Binary1000111010101011111101010001011101100001110000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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