#97A479

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

Shades of Sage #97A479

Tints of Sage #97A479

Color information

#97A479 (or 0x97A479) is unknown color: approx Sage. HEX triplet: 97, A4 and 79. RGB value is (151,164,121). Sum of RGB (Red+Green+Blue) = 151+164+121=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #97A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A479 is #685B86. Grayscale: #9B9B9B. Windows color (decimal): -6839175 or 7971991. OLE color: 7971991.

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

Color convert

RGB151164121-
CMYK0.0800.260.36
HSL78.14º19.11%55.88%-
HSV(B)78.14º26.22%64.31%-
XYZ29.4934.5123.2-
YUV155.21108.69125-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=34.63%
G=37.61%
B=27.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511641210.0800.260.3678.1419.1155.88
Hex97A479801A244e1338
Octal22724417110032441162370
Binary100101111010010011110011000011010100100100111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,164,121); }

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

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

 a { background-color: rgb(151,164,121); }

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

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

 span { border-color: rgb(151,164,121); }

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