Html Css Color HEX #979F7C Sage

📋 copy color: '#979F7C'

red 151 ◦ green 159 ◦ blue 124

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

Shades of Sage #979F7C

Tints of Sage #979F7C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.64%

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

R = 34.79%
G = 36.64%
B = 28.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#979F7C (or 0x979F7C) is known color: Sage. HEX triplet: 97, 9F and 7C. RGB value is (151,159,124). Sum of RGB (Red+Green+Blue) = 151+159+124=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #979F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F7C is #686083. Grayscale: #989898. Windows color (decimal): -6840452 or 8167319. OLE color: 8167319.

HSL color Cylindrical-coordinate representation of color #979F7C: hue angle of 73.71º 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 #979F7C is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 159 124 -
CMYK 0.05 0 0.22 0.38
HSL 73.71º 0.15% 0.55% -
HSV(B) 73.71º 0.22% 0.62% -
XYZ 28.8 32.83 23.89 -
YUV 152.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 151 159 124 0.05 0 0.22 0.38 73.71 0.15 0.55
Hex 97 9F 7C 5 0 16 26 4A F 37
Octal 227 237 174 5 0 26 46 112 17 67
Binary 10010111 10011111 1111100 101 0 10110 100110 1001010 1111 110111

Color Harmonies of #979F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F7C

Black with #979F7C

Text Example


Text Example

White with #979F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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