Html Css Color HEX #8EA177 Sage

📋 copy color: '#8EA177'

red 142 ◦ green 161 ◦ blue 119

#8EA177
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #8EA177

Tints of Sage #8EA177

RGB

 RED value IS 142 (55.86% from 255) = 33.65%

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 33.65%
G = 38.15%
B = 28.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#8EA177 (or 0x8EA177) is known color: Sage. HEX triplet: 8E, A1 and 77. RGB value is (142,161,119). Sum of RGB (Red+Green+Blue) = 142+161+119=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA177 is #715E88. Grayscale: #969696. Windows color (decimal): -7429769 or 7840142. OLE color: 7840142.

HSL color Cylindrical-coordinate representation of color #8EA177: hue angle of 87.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EA177 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 161 119 -
CMYK 0.12 0 0.26 0.37
HSL 87.14º 0.18% 0.55% -
HSV(B) 87.14º 0.26% 0.63% -
XYZ 27.23 32.57 22.3 -
YUV 150.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 142 161 119 0.12 0 0.26 0.37 87.14 0.18 0.55
Hex 8E A1 77 C 0 1A 25 57 12 37
Octal 216 241 167 14 0 32 45 127 22 67
Binary 10001110 10100001 1110111 1100 0 11010 100101 1010111 10010 110111

Color Harmonies of #8EA177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA177

Black with #8EA177

Text Example


Text Example

White with #8EA177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EA177;
 }
 .AnyTagClassName
 {
   color: #8EA177;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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