#8EA275

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

Shades of Sage #8EA275

Tints of Sage #8EA275

Color information

#8EA275 (or 0x8EA275) is unknown color: approx Sage. HEX triplet: 8E, A2 and 75. RGB value is (142,162,117). Sum of RGB (Red+Green+Blue) = 142+162+117=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA275 is #715D8A. Grayscale: #979797. Windows color (decimal): -7429515 or 7709326. OLE color: 7709326.

HSL color Cylindrical-coordinate representation of color #8EA275: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EA275 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB142162117-
CMYK0.1200.280.36
HSL86.67º19.48%54.71%-
HSV(B)86.67º27.78%63.53%-
XYZ27.2932.8821.74-
YUV150.89108.87121.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=33.73%
G=38.48%
B=27.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621170.1200.280.3686.6719.4854.71
Hex8EA275C01C24571337
Octal21624216514034441272367
Binary100011101010001011101011100011100100100101011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,162,117); }

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

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

 a { background-color: rgb(142,162,117); }

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

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

 span { border-color: rgb(142,162,117); }

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