Html Css Color HEX #979C7F Sage

📋 copy color: '#979C7F'

red 151 ◦ green 156 ◦ blue 127

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

Shades of Sage #979C7F

Tints of Sage #979C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.94%

 BLUE value IS 127 (50% from 255) = 29.26%

R = 34.79%
G = 35.94%
B = 29.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#979C7F (or 0x979C7F) is known color: Sage. HEX triplet: 97, 9C and 7F. RGB value is (151,156,127). Sum of RGB (Red+Green+Blue) = 151+156+127=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 156 - color contains mainly: green. Hex color #979C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C7F is #686380. Grayscale: #979797. Windows color (decimal): -6841217 or 8363159. OLE color: 8363159.

HSL color Cylindrical-coordinate representation of color #979C7F: hue angle of 70.34º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #979C7F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 156 127 -
CMYK 0.03 0 0.19 0.39
HSL 70.34º 0.13% 0.55% -
HSV(B) 70.34º 0.19% 0.61% -
XYZ 28.48 31.89 24.73 -
YUV 151.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 151 156 127 0.03 0 0.19 0.39 70.34 0.13 0.55
Hex 97 9C 7F 3 0 13 27 46 D 37
Octal 227 234 177 3 0 23 47 106 15 67
Binary 10010111 10011100 1111111 11 0 10011 100111 1000110 1101 110111

Color Harmonies of #979C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979C7F

Black with #979C7F

Text Example


Text Example

White with #979C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,156,127); }

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

background-color css

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

 a { background-color: rgb(151,156,127); }

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

border-color css

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

 span { border-color: rgb(151,156,127); }

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