Html Css Color HEX #8E9777 Sage

📋 copy color: '#8E9777'

red 142 ◦ green 151 ◦ blue 119

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

Shades of Sage #8E9777

Tints of Sage #8E9777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 34.47%
G = 36.65%
B = 28.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#8E9777 (or 0x8E9777) is known color: Sage. HEX triplet: 8E, 97 and 77. RGB value is (142,151,119). Sum of RGB (Red+Green+Blue) = 142+151+119=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9777 is #716888. Grayscale: #909090. Windows color (decimal): -7432329 or 7837582. OLE color: 7837582.

HSL color Cylindrical-coordinate representation of color #8E9777: hue angle of 76.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E9777 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 151 119 -
CMYK 0.06 0 0.21 0.41
HSL 76.88º 0.13% 0.53% -
HSV(B) 76.88º 0.21% 0.59% -
XYZ 25.55 29.22 21.75 -
YUV 144.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 142 151 119 0.06 0 0.21 0.41 76.88 0.13 0.53
Hex 8E 97 77 6 0 15 29 4D D 35
Octal 216 227 167 6 0 25 51 115 15 65
Binary 10001110 10010111 1110111 110 0 10101 101001 1001101 1101 110101

Color Harmonies of #8E9777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9777

Black with #8E9777

Text Example


Text Example

White with #8E9777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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