#97A380

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

Shades of Sage #97A380

Tints of Sage #97A380

Color information

#97A380 (or 0x97A380) is unknown color: approx Sage. HEX triplet: 97, A3 and 80. RGB value is (151,163,128). Sum of RGB (Red+Green+Blue) = 151+163+128=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #97A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A380 is #685C7F. Grayscale: #9B9B9B. Windows color (decimal): -6839424 or 8430487. OLE color: 8430487.

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

Color convert

RGB151163128-
CMYK0.0700.210.36
HSL80.57º15.98%57.06%-
HSV(B)80.57º21.47%63.92%-
XYZ29.7634.3325.48-
YUV155.42112.52124.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=34.16%
G=36.88%
B=28.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511631280.0700.210.3680.5715.9857.06
Hex97A380701524511039
Octal2272432007025441212071
Binary100101111010001110000000111010101100100101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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