Html Css Color HEX #979D87 Sage

📋 copy color: '#979D87'

red 151 ◦ green 157 ◦ blue 135

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

Shades of Sage #979D87

Tints of Sage #979D87

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.44%

 BLUE value IS 135 (53.13% from 255) = 30.47%

R = 34.09%
G = 35.44%
B = 30.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#979D87 (or 0x979D87) is known color: Sage. HEX triplet: 97, 9D and 87. RGB value is (151,157,135). Sum of RGB (Red+Green+Blue) = 151+157+135=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 157 - color contains mainly: green. Hex color #979D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979D87 is #686278. Grayscale: #989898. Windows color (decimal): -6840953 or 8887703. OLE color: 8887703.

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

Color convert

RGB 151 157 135 -
CMYK 0.04 0 0.14 0.38
HSL 76.36º 0.1% 0.57% -
HSV(B) 76.36º 0.14% 0.62% -
XYZ 29.19 32.44 27.65 -
YUV 152.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 151 157 135 0.04 0 0.14 0.38 76.36 0.1 0.57
Hex 97 9D 87 4 0 E 26 4C A 39
Octal 227 235 207 4 0 16 46 114 12 71
Binary 10010111 10011101 10000111 100 0 1110 100110 1001100 1010 111001

Color Harmonies of #979D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979D87

Black with #979D87

Text Example


Text Example

White with #979D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,157,135); }

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

background-color css

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

 a { background-color: rgb(151,157,135); }

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

border-color css

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

 span { border-color: rgb(151,157,135); }

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