#97A376

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

Shades of Sage #97A376

Tints of Sage #97A376

Color information

#97A376 (or 0x97A376) is unknown color: approx Sage. HEX triplet: 97, A3 and 76. RGB value is (151,163,118). Sum of RGB (Red+Green+Blue) = 151+163+118=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 163 - color contains mainly: green. Hex color #97A376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A376 is #685C89. Grayscale: #9A9A9A. Windows color (decimal): -6839434 or 7775127. OLE color: 7775127.

HSL color Cylindrical-coordinate representation of color #97A376: hue angle of 76º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97A376 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB151163118-
CMYK0.0700.280.36
HSL76º19.65%55.1%-
HSV(B)76º27.61%63.92%-
XYZ29.1334.0822.18-
YUV154.28107.52125.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=34.95%
G=37.73%
B=27.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511631180.0700.280.367619.6555.1
Hex97A376701C244c1437
Octal2272431667034441142467
Binary10010111101000111110110111011100100100100110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,163,118); }

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

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

 a { background-color: rgb(151,163,118); }

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

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

 span { border-color: rgb(151,163,118); }

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