Html Css Color HEX #979E7C Sage

📋 copy color: '#979E7C'

red 151 ◦ green 158 ◦ blue 124

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

Shades of Sage #979E7C

Tints of Sage #979E7C

RGB

 RED value IS 151 (59.38% from 255) = 34.87%

 GREEN value IS 158 (62.11% from 255) = 36.49%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 34.87%
G = 36.49%
B = 28.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#979E7C (or 0x979E7C) is known color: Sage. HEX triplet: 97, 9E and 7C. RGB value is (151,158,124). Sum of RGB (Red+Green+Blue) = 151+158+124=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 158 - color contains mainly: green. Hex color #979E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979E7C is #686183. Grayscale: #989898. Windows color (decimal): -6840708 or 8167063. OLE color: 8167063.

HSL color Cylindrical-coordinate representation of color #979E7C: hue angle of 72.35º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #979E7C is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 158 124 -
CMYK 0.04 0 0.22 0.38
HSL 72.35º 0.15% 0.55% -
HSV(B) 72.35º 0.22% 0.62% -
XYZ 28.63 32.49 23.83 -
YUV 152.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 151 158 124 0.04 0 0.22 0.38 72.35 0.15 0.55
Hex 97 9E 7C 4 0 16 26 48 F 37
Octal 227 236 174 4 0 26 46 110 17 67
Binary 10010111 10011110 1111100 100 0 10110 100110 1001000 1111 110111

Color Harmonies of #979E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979E7C

Black with #979E7C

Text Example


Text Example

White with #979E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979E7C; }

 p { color: rgb(151,158,124); }

 H1.HeaderClassName
 {
   color: #979E7C;
 }
 .AnyTagClassName
 {
   color: #979E7C;
 }
</style>

background-color css

<style>
 a { background-color: #979E7C; }

 a { background-color: rgb(151,158,124); }

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

border-color css

<style>
 span { border-color: #979E7C; }

 span { border-color: rgb(151,158,124); }

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