Html Css Color HEX #8E9979 Sage

📋 copy color: '#8E9979'

red 142 ◦ green 153 ◦ blue 121

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

Shades of Sage #8E9979

Tints of Sage #8E9979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 121 (47.66% from 255) = 29.09%

R = 34.13%
G = 36.78%
B = 29.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#8E9979 (or 0x8E9979) is known color: Sage. HEX triplet: 8E, 99 and 79. RGB value is (142,153,121). Sum of RGB (Red+Green+Blue) = 142+153+121=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9979 is #716686. Grayscale: #929292. Windows color (decimal): -7431815 or 7969166. OLE color: 7969166.

HSL color Cylindrical-coordinate representation of color #8E9979: hue angle of 80.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E9979 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 153 121 -
CMYK 0.07 0 0.21 0.4
HSL 80.63º 0.14% 0.54% -
HSV(B) 80.63º 0.21% 0.6% -
XYZ 26 29.91 22.49 -
YUV 146.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 142 153 121 0.07 0 0.21 0.4 80.63 0.14 0.54
Hex 8E 99 79 7 0 15 28 51 E 36
Octal 216 231 171 7 0 25 50 121 16 66
Binary 10001110 10011001 1111001 111 0 10101 101000 1010001 1110 110110

Color Harmonies of #8E9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9979

Black with #8E9979

Text Example


Text Example

White with #8E9979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,153,121); }

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

background-color css

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

 a { background-color: rgb(142,153,121); }

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

border-color css

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

 span { border-color: rgb(142,153,121); }

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