Html Css Color HEX #979B7D Sage

📋 copy color: '#979B7D'

red 151 ◦ green 155 ◦ blue 125

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

Shades of Sage #979B7D

Tints of Sage #979B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

 BLUE value IS 125 (49.22% from 255) = 29%

R = 35.03%
G = 35.96%
B = 29%

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

#979B7D (or 0x979B7D) is known color: Sage. HEX triplet: 97, 9B and 7D. RGB value is (151,155,125). Sum of RGB (Red+Green+Blue) = 151+155+125=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #979B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B7D is #686482. Grayscale: #969696. Windows color (decimal): -6841475 or 8231831. OLE color: 8231831.

HSL color Cylindrical-coordinate representation of color #979B7D: hue angle of 68º 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 #979B7D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 155 125 -
CMYK 0.03 0 0.19 0.39
HSL 68º 0.13% 0.55% -
HSV(B) 68º 0.19% 0.61% -
XYZ 28.19 31.5 24 -
YUV 150.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 151 155 125 0.03 0 0.19 0.39 68 0.13 0.55
Hex 97 9B 7D 3 0 13 27 44 D 37
Octal 227 233 175 3 0 23 47 104 15 67
Binary 10010111 10011011 1111101 11 0 10011 100111 1000100 1101 110111

Color Harmonies of #979B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B7D

Black with #979B7D

Text Example


Text Example

White with #979B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,155,125); }

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

background-color css

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

 a { background-color: rgb(151,155,125); }

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

border-color css

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

 span { border-color: rgb(151,155,125); }

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