Html Css Color HEX #97A275 Sage

📋 copy color: '#97A275'

red 151 ◦ green 162 ◦ blue 117

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

Shades of Sage #97A275

Tints of Sage #97A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

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

R = 35.12%
G = 37.67%
B = 27.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#97A275 (or 0x97A275) is known color: Sage. HEX triplet: 97, A2 and 75. RGB value is (151,162,117). Sum of RGB (Red+Green+Blue) = 151+162+117=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #97A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A275 is #685D8A. Grayscale: #999999. Windows color (decimal): -6839691 or 7709335. OLE color: 7709335.

HSL color Cylindrical-coordinate representation of color #97A275: hue angle of 74.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97A275 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 162 117 -
CMYK 0.07 0 0.28 0.36
HSL 74.67º 0.19% 0.55% -
HSV(B) 74.67º 0.28% 0.64% -
XYZ 28.89 33.7 21.81 -
YUV 153.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 151 162 117 0.07 0 0.28 0.36 74.67 0.19 0.55
Hex 97 A2 75 7 0 1C 24 4B 13 37
Octal 227 242 165 7 0 34 44 113 23 67
Binary 10010111 10100010 1110101 111 0 11100 100100 1001011 10011 110111

Color Harmonies of #97A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A275

Black with #97A275

Text Example


Text Example

White with #97A275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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