Html Css Color HEX #8E977B Sage

📋 copy color: '#8E977B'

red 142 ◦ green 151 ◦ blue 123

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

Shades of Sage #8E977B

Tints of Sage #8E977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 34.13%
G = 36.3%
B = 29.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#8E977B (or 0x8E977B) is known color: Sage. HEX triplet: 8E, 97 and 7B. RGB value is (142,151,123). Sum of RGB (Red+Green+Blue) = 142+151+123=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #8E977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E977B is #716884. Grayscale: #919191. Windows color (decimal): -7432325 or 8099726. OLE color: 8099726.

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

Color convert

RGB 142 151 123 -
CMYK 0.06 0 0.19 0.41
HSL 79.29º 0.12% 0.54% -
HSV(B) 79.29º 0.19% 0.59% -
XYZ 25.8 29.31 23.04 -
YUV 145.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 142 151 123 0.06 0 0.19 0.41 79.29 0.12 0.54
Hex 8E 97 7B 6 0 13 29 4F C 36
Octal 216 227 173 6 0 23 51 117 14 66
Binary 10001110 10010111 1111011 110 0 10011 101001 1001111 1100 110110

Color Harmonies of #8E977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E977B

Black with #8E977B

Text Example


Text Example

White with #8E977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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