Html Css Color HEX #8EA176 Sage

📋 copy color: '#8EA176'

red 142 ◦ green 161 ◦ blue 118

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

Shades of Sage #8EA176

Tints of Sage #8EA176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 33.73%
G = 38.24%
B = 28.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#8EA176 (or 0x8EA176) is known color: Sage. HEX triplet: 8E, A1 and 76. RGB value is (142,161,118). Sum of RGB (Red+Green+Blue) = 142+161+118=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA176 is #715E89. Grayscale: #969696. Windows color (decimal): -7429770 or 7774606. OLE color: 7774606.

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

Color convert

RGB 142 161 118 -
CMYK 0.12 0 0.27 0.37
HSL 86.51º 0.19% 0.55% -
HSV(B) 86.51º 0.27% 0.63% -
XYZ 27.17 32.55 21.99 -
YUV 150.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 142 161 118 0.12 0 0.27 0.37 86.51 0.19 0.55
Hex 8E A1 76 C 0 1B 25 57 13 37
Octal 216 241 166 14 0 33 45 127 23 67
Binary 10001110 10100001 1110110 1100 0 11011 100101 1010111 10011 110111

Color Harmonies of #8EA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA176

Black with #8EA176

Text Example


Text Example

White with #8EA176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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