Html Css Color HEX #97A679 Sage

📋 copy color: '#97A679'

red 151 ◦ green 166 ◦ blue 121

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

Shades of Sage #97A679

Tints of Sage #97A679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

 BLUE value IS 121 (47.66% from 255) = 27.63%

R = 34.47%
G = 37.9%
B = 27.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#97A679 (or 0x97A679) is known color: Sage. HEX triplet: 97, A6 and 79. RGB value is (151,166,121). Sum of RGB (Red+Green+Blue) = 151+166+121=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #97A679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A679 is #685986. Grayscale: #9C9C9C. Windows color (decimal): -6838663 or 7972503. OLE color: 7972503.

HSL color Cylindrical-coordinate representation of color #97A679: hue angle of 80º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97A679 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 166 121 -
CMYK 0.09 0 0.27 0.35
HSL 80º 0.2% 0.56% -
HSV(B) 80º 0.27% 0.65% -
XYZ 29.85 35.23 23.32 -
YUV 156.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 151 166 121 0.09 0 0.27 0.35 80 0.2 0.56
Hex 97 A6 79 9 0 1B 23 50 14 38
Octal 227 246 171 11 0 33 43 120 24 70
Binary 10010111 10100110 1111001 1001 0 11011 100011 1010000 10100 111000

Color Harmonies of #97A679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A679

Black with #97A679

Text Example


Text Example

White with #97A679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A679; }

 p { color: rgb(151,166,121); }

 H1.HeaderClassName
 {
   color: #97A679;
 }
 .AnyTagClassName
 {
   color: #97A679;
 }
</style>

background-color css

<style>
 a { background-color: #97A679; }

 a { background-color: rgb(151,166,121); }

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

border-color css

<style>
 span { border-color: #97A679; }

 span { border-color: rgb(151,166,121); }

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