#97A06F

Color #97A06F Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #97A06F

Tints of Sage #97A06F

Color information

#97A06F (or 0x97A06F) is unknown color: approx Sage. HEX triplet: 97, A0 and 6F. RGB value is (151,160,111). Sum of RGB (Red+Green+Blue) = 151+160+111=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #97A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A06F is #685F90. Grayscale: #979797. Windows color (decimal): -6840209 or 7315607. OLE color: 7315607.

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

Color convert

RGB151160111-
CMYK0.0600.310.37
HSL71.02º20.5%53.14%-
HSV(B)71.02º30.63%62.75%-
XYZ28.232.8719.9-
YUV151.72105.02127.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=35.78%
G=37.91%
B=26.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1511601110.0600.310.3771.0220.553.14
Hex97A06F601F25471535
Octal2272401576037451072565
Binary10010111101000001101111110011111100101100011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,160,111); }

 H1.HeaderClassName
 {
   color: #97A06F;
 }
 .AnyTagClassName
 {
   color: #97A06F;
 }
</style>
background-color css

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

 a { background-color: rgb(151,160,111); }

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

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

 span { border-color: rgb(151,160,111); }

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