#8EA673

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

Shades of Olivine #8EA673

Tints of Olivine #8EA673

Color information

#8EA673 (or 0x8EA673) is unknown color: approx Olivine. HEX triplet: 8E, A6 and 73. RGB value is (142,166,115). Sum of RGB (Red+Green+Blue) = 142+166+115=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA673 is #71598C. Grayscale: #999999. Windows color (decimal): -7428493 or 7579278. OLE color: 7579278.

HSL color Cylindrical-coordinate representation of color #8EA673: hue angle of 88.24º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA673 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB142166115-
CMYK0.1400.310.35
HSL88.24º22.27%55.1%-
HSV(B)88.24º30.72%65.1%-
XYZ27.8934.2621.36-
YUV153.01106.55120.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=33.57%
G=39.24%
B=27.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421661150.1400.310.3588.2422.2755.1
Hex8EA673E01F23581637
Octal21624616316037431302667
Binary100011101010011011100111110011111100011101100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,115); }

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

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

 a { background-color: rgb(142,166,115); }

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

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

 span { border-color: rgb(142,166,115); }

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