Html Css Color HEX #97A17F Sage

📋 copy color: '#97A17F'

red 151 ◦ green 161 ◦ blue 127

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

Shades of Sage #97A17F

Tints of Sage #97A17F

RGB

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

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

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

R = 34.4%
G = 36.67%
B = 28.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#97A17F (or 0x97A17F) is known color: Sage. HEX triplet: 97, A1 and 7F. RGB value is (151,161,127). Sum of RGB (Red+Green+Blue) = 151+161+127=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 161 - color contains mainly: green. Hex color #97A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A17F is #685E80. Grayscale: #9A9A9A. Windows color (decimal): -6839937 or 8364439. OLE color: 8364439.

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

Color convert

RGB 151 161 127 -
CMYK 0.06 0 0.21 0.37
HSL 77.65º 0.15% 0.56% -
HSV(B) 77.65º 0.21% 0.63% -
XYZ 29.34 33.6 25.02 -
YUV 154.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 151 161 127 0.06 0 0.21 0.37 77.65 0.15 0.56
Hex 97 A1 7F 6 0 15 25 4E F 38
Octal 227 241 177 6 0 25 45 116 17 70
Binary 10010111 10100001 1111111 110 0 10101 100101 1001110 1111 111000

Color Harmonies of #97A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A17F

Black with #97A17F

Text Example


Text Example

White with #97A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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