#8EA277

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

Shades of Sage #8EA277

Tints of Sage #8EA277

Color information

#8EA277 (or 0x8EA277) is unknown color: approx Sage. HEX triplet: 8E, A2 and 77. RGB value is (142,162,119). Sum of RGB (Red+Green+Blue) = 142+162+119=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA277 is #715D88. Grayscale: #979797. Windows color (decimal): -7429513 or 7840398. OLE color: 7840398.

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

Color convert

RGB142162119-
CMYK0.1200.270.36
HSL87.91º18.78%55.1%-
HSV(B)87.91º26.54%63.53%-
XYZ27.4132.9222.36-
YUV151.12109.87121.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=33.57%
G=38.30%
B=28.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621190.1200.270.3687.9118.7855.1
Hex8EA277C01B24581337
Octal21624216714033441302367
Binary100011101010001011101111100011011100100101100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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