#97A478

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

Shades of Sage #97A478

Tints of Sage #97A478

Color information

#97A478 (or 0x97A478) is unknown color: approx Sage. HEX triplet: 97, A4 and 78. RGB value is (151,164,120). Sum of RGB (Red+Green+Blue) = 151+164+120=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #97A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A478 is #685B87. Grayscale: #9B9B9B. Windows color (decimal): -6839176 or 7906455. OLE color: 7906455.

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

Color convert

RGB151164120-
CMYK0.0800.270.36
HSL77.73º19.47%55.69%-
HSV(B)77.73º26.83%64.31%-
XYZ29.4334.4922.87-
YUV155.1108.19125.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=34.71%
G=37.70%
B=27.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511641200.0800.270.3677.7319.4755.69
Hex97A478801B244e1338
Octal22724417010033441162370
Binary100101111010010011110001000011011100100100111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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