Html Css Color HEX #97A175 Sage

📋 copy color: '#97A175'

red 151 ◦ green 161 ◦ blue 117

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

Shades of Sage #97A175

Tints of Sage #97A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 35.2%
G = 37.53%
B = 27.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#97A175 (or 0x97A175) is known color: Sage. HEX triplet: 97, A1 and 75. RGB value is (151,161,117). Sum of RGB (Red+Green+Blue) = 151+161+117=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 161 - color contains mainly: green. Hex color #97A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A175 is #685E8A. Grayscale: #999999. Windows color (decimal): -6839947 or 7709079. OLE color: 7709079.

HSL color Cylindrical-coordinate representation of color #97A175: hue angle of 73.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97A175 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 161 117 -
CMYK 0.06 0 0.27 0.37
HSL 73.64º 0.19% 0.55% -
HSV(B) 73.64º 0.27% 0.63% -
XYZ 28.72 33.35 21.75 -
YUV 152.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 151 161 117 0.06 0 0.27 0.37 73.64 0.19 0.55
Hex 97 A1 75 6 0 1B 25 4A 13 37
Octal 227 241 165 6 0 33 45 112 23 67
Binary 10010111 10100001 1110101 110 0 11011 100101 1001010 10011 110111

Color Harmonies of #97A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A175

Black with #97A175

Text Example


Text Example

White with #97A175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,161,117); }

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

background-color css

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

 a { background-color: rgb(151,161,117); }

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

border-color css

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

 span { border-color: rgb(151,161,117); }

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