Html Css Color HEX #97A572 Sage

📋 copy color: '#97A572'

red 151 ◦ green 165 ◦ blue 114

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

Shades of Sage #97A572

Tints of Sage #97A572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 35.12%
G = 38.37%
B = 26.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#97A572 (or 0x97A572) is known color: Sage. HEX triplet: 97, A5 and 72. RGB value is (151,165,114). Sum of RGB (Red+Green+Blue) = 151+165+114=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #97A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A572 is #685A8D. Grayscale: #9B9B9B. Windows color (decimal): -6838926 or 7513495. OLE color: 7513495.

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

Color convert

RGB 151 165 114 -
CMYK 0.08 0 0.31 0.35
HSL 76.47º 0.22% 0.55% -
HSV(B) 76.47º 0.31% 0.65% -
XYZ 29.25 34.7 21.08 -
YUV 155 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 151 165 114 0.08 0 0.31 0.35 76.47 0.22 0.55
Hex 97 A5 72 8 0 1F 23 4C 16 37
Octal 227 245 162 10 0 37 43 114 26 67
Binary 10010111 10100101 1110010 1000 0 11111 100011 1001100 10110 110111

Color Harmonies of #97A572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A572

Black with #97A572

Text Example


Text Example

White with #97A572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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