Html Css Color HEX #97A471 Sage

📋 copy color: '#97A471'

red 151 ◦ green 164 ◦ blue 113

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

Shades of Sage #97A471

Tints of Sage #97A471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 35.28%
G = 38.32%
B = 26.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#97A471 (or 0x97A471) is known color: Sage. HEX triplet: 97, A4 and 71. RGB value is (151,164,113). Sum of RGB (Red+Green+Blue) = 151+164+113=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #97A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A471 is #685B8E. Grayscale: #9A9A9A. Windows color (decimal): -6839183 or 7447703. OLE color: 7447703.

HSL color Cylindrical-coordinate representation of color #97A471: hue angle of 75.29º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97A471 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 164 113 -
CMYK 0.08 0 0.31 0.36
HSL 75.29º 0.22% 0.54% -
HSV(B) 75.29º 0.31% 0.64% -
XYZ 29.02 34.32 20.72 -
YUV 154.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 151 164 113 0.08 0 0.31 0.36 75.29 0.22 0.54
Hex 97 A4 71 8 0 1F 24 4B 16 36
Octal 227 244 161 10 0 37 44 113 26 66
Binary 10010111 10100100 1110001 1000 0 11111 100100 1001011 10110 110110

Color Harmonies of #97A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A471

Black with #97A471

Text Example


Text Example

White with #97A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,164,113); }

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

background-color css

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

 a { background-color: rgb(151,164,113); }

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

border-color css

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

 span { border-color: rgb(151,164,113); }

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