#97A36F

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

Shades of Sage #97A36F

Tints of Sage #97A36F

Color information

#97A36F (or 0x97A36F) is unknown color: approx Sage. HEX triplet: 97, A3 and 6F. RGB value is (151,163,111). Sum of RGB (Red+Green+Blue) = 151+163+111=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 163 - color contains mainly: green. Hex color #97A36F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A36F is #685C90. Grayscale: #999999. Windows color (decimal): -6839441 or 7316375. OLE color: 7316375.

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

Color convert

RGB151163111-
CMYK0.0700.320.36
HSL73.85º22.03%53.73%-
HSV(B)73.85º31.9%63.92%-
XYZ28.7333.9220.07-
YUV153.48104.02126.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=35.53%
G=38.35%
B=26.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511631110.0700.320.3673.8522.0353.73
Hex97A36F7020244a1636
Octal2272431577040441122666
Binary100101111010001111011111110100000100100100101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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