Html Css Color HEX #979B7F Sage

📋 copy color: '#979B7F'

red 151 ◦ green 155 ◦ blue 127

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

Shades of Sage #979B7F

Tints of Sage #979B7F

RGB

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

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

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

R = 34.87%
G = 35.8%
B = 29.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#979B7F (or 0x979B7F) is known color: Sage. HEX triplet: 97, 9B and 7F. RGB value is (151,155,127). Sum of RGB (Red+Green+Blue) = 151+155+127=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #979B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B7F is #686480. Grayscale: #969696. Windows color (decimal): -6841473 or 8362903. OLE color: 8362903.

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

Color convert

RGB 151 155 127 -
CMYK 0.03 0 0.18 0.39
HSL 68.57º 0.12% 0.55% -
HSV(B) 68.57º 0.18% 0.61% -
XYZ 28.31 31.55 24.68 -
YUV 150.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 151 155 127 0.03 0 0.18 0.39 68.57 0.12 0.55
Hex 97 9B 7F 3 0 12 27 45 C 37
Octal 227 233 177 3 0 22 47 105 14 67
Binary 10010111 10011011 1111111 11 0 10010 100111 1000101 1100 110111

Color Harmonies of #979B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B7F

Black with #979B7F

Text Example


Text Example

White with #979B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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