Html Css Color HEX #97A777 Sage

📋 copy color: '#97A777'

red 151 ◦ green 167 ◦ blue 119

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

Shades of Sage #97A777

Tints of Sage #97A777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.22%

 BLUE value IS 119 (46.88% from 255) = 27.23%

R = 34.55%
G = 38.22%
B = 27.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#97A777 (or 0x97A777) is known color: Sage. HEX triplet: 97, A7 and 77. RGB value is (151,167,119). Sum of RGB (Red+Green+Blue) = 151+167+119=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 167 - color contains mainly: green. Hex color #97A777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A777 is #685888. Grayscale: #9C9C9C. Windows color (decimal): -6838409 or 7841687. OLE color: 7841687.

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

Color convert

RGB 151 167 119 -
CMYK 0.10 0 0.29 0.35
HSL 80º 0.21% 0.56% -
HSV(B) 80º 0.29% 0.65% -
XYZ 29.91 35.55 22.74 -
YUV 156.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 151 167 119 0.10 0 0.29 0.35 80 0.21 0.56
Hex 97 A7 77 A 0 1D 23 50 15 38
Octal 227 247 167 12 0 35 43 120 25 70
Binary 10010111 10100111 1110111 1010 0 11101 100011 1010000 10101 111000

Color Harmonies of #97A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A777

Black with #97A777

Text Example


Text Example

White with #97A777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,167,119); }

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

background-color css

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

 a { background-color: rgb(151,167,119); }

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

border-color css

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

 span { border-color: rgb(151,167,119); }

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