#97A27B

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

Shades of Sage #97A27B

Tints of Sage #97A27B

Color information

#97A27B (or 0x97A27B) is unknown color: approx Sage. HEX triplet: 97, A2 and 7B. RGB value is (151,162,123). Sum of RGB (Red+Green+Blue) = 151+162+123=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #97A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A27B is #685D84. Grayscale: #9A9A9A. Windows color (decimal): -6839685 or 8102551. OLE color: 8102551.

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

Color convert

RGB151162123-
CMYK0.0700.240.36
HSL76.92º17.33%55.88%-
HSV(B)76.92º24.07%63.53%-
XYZ29.2633.8523.73-
YUV154.26110.36125.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 123 (48.44% from 255) = 28.21%
R=34.63%
G=37.16%
B=28.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511621230.0700.240.3676.9217.3355.88
Hex97A27B7018244d1138
Octal2272421737030441152170
Binary10010111101000101111011111011000100100100110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,162,123); }

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

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

 a { background-color: rgb(151,162,123); }

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

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

 span { border-color: rgb(151,162,123); }

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