Html Css Color HEX #97A57F Sage

📋 copy color: '#97A57F'

red 151 ◦ green 165 ◦ blue 127

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

Shades of Sage #97A57F

Tints of Sage #97A57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

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

R = 34.09%
G = 37.25%
B = 28.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#97A57F (or 0x97A57F) is known color: Sage. HEX triplet: 97, A5 and 7F. RGB value is (151,165,127). Sum of RGB (Red+Green+Blue) = 151+165+127=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 165 - color contains mainly: green. Hex color #97A57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A57F is #685A80. Grayscale: #9C9C9C. Windows color (decimal): -6838913 or 8365463. OLE color: 8365463.

HSL color Cylindrical-coordinate representation of color #97A57F: hue angle of 82.11º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97A57F is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 165 127 -
CMYK 0.08 0 0.23 0.35
HSL 82.11º 0.17% 0.57% -
HSV(B) 82.11º 0.23% 0.65% -
XYZ 30.05 35.02 25.25 -
YUV 156.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 151 165 127 0.08 0 0.23 0.35 82.11 0.17 0.57
Hex 97 A5 7F 8 0 17 23 52 11 39
Octal 227 245 177 10 0 27 43 122 21 71
Binary 10010111 10100101 1111111 1000 0 10111 100011 1010010 10001 111001

Color Harmonies of #97A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A57F

Black with #97A57F

Text Example


Text Example

White with #97A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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