#97A672

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

Shades of Sage #97A672

Tints of Sage #97A672

Color information

#97A672 (or 0x97A672) is unknown color: approx Sage. HEX triplet: 97, A6 and 72. RGB value is (151,166,114). Sum of RGB (Red+Green+Blue) = 151+166+114=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 166 - color contains mainly: green. Hex color #97A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A672 is #68598D. Grayscale: #9B9B9B. Windows color (decimal): -6838670 or 7513751. OLE color: 7513751.

HSL color Cylindrical-coordinate representation of color #97A672: hue angle of 77.31º degrees, saturation: 0.23, 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 #97A672 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB151166114-
CMYK0.0900.310.35
HSL77.31º22.61%54.9%-
HSV(B)77.31º31.33%65.1%-
XYZ29.4435.0721.14-
YUV155.59104.53124.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=35.03%
G=38.52%
B=26.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511661140.0900.310.3577.3122.6154.9
Hex97A672901F234d1737
Octal22724616211037431152767
Binary100101111010011011100101001011111100011100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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