#8EAB6E

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

Shades of Olivine #8EAB6E

Tints of Olivine #8EAB6E

Color information

#8EAB6E (or 0x8EAB6E) is unknown color: approx Olivine. HEX triplet: 8E, AB and 6E. RGB value is (142,171,110). Sum of RGB (Red+Green+Blue) = 142+171+110=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAB6E is #715491. Grayscale: #9B9B9B. Windows color (decimal): -7427218 or 7252878. OLE color: 7252878.

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

Color convert

RGB142171110-
CMYK0.1700.360.33
HSL88.52º26.64%55.1%-
HSV(B)88.52º35.67%67.06%-
XYZ28.533620.2-
YUV155.37102.39118.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=33.57%
G=40.43%
B=26.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421711100.1700.360.3388.5226.6455.1
Hex8EAB6E1102421591b37
Octal21625315621044411313367
Binary10001110101010111101110100010100100100001101100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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