Html Css Color HEX #979C73 Sage

📋 copy color: '#979C73'

red 151 ◦ green 156 ◦ blue 115

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

Shades of Sage #979C73

Tints of Sage #979C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 35.78%
G = 36.97%
B = 27.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#979C73 (or 0x979C73) is known color: Sage. HEX triplet: 97, 9C and 73. RGB value is (151,156,115). Sum of RGB (Red+Green+Blue) = 151+156+115=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 156 - color contains mainly: green. Hex color #979C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C73 is #68638C. Grayscale: #959595. Windows color (decimal): -6841229 or 7576727. OLE color: 7576727.

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

Color convert

RGB 151 156 115 -
CMYK 0.03 0 0.26 0.39
HSL 67.32º 0.17% 0.53% -
HSV(B) 67.32º 0.26% 0.61% -
XYZ 27.75 31.59 20.86 -
YUV 149.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 151 156 115 0.03 0 0.26 0.39 67.32 0.17 0.53
Hex 97 9C 73 3 0 1A 27 43 11 35
Octal 227 234 163 3 0 32 47 103 21 65
Binary 10010111 10011100 1110011 11 0 11010 100111 1000011 10001 110101

Color Harmonies of #979C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979C73

Black with #979C73

Text Example


Text Example

White with #979C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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