#96A971

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

Shades of Sage #96A971

Tints of Sage #96A971

Color information

#96A971 (or 0x96A971) is unknown color: approx Sage. HEX triplet: 96, A9 and 71. RGB value is (150,169,113). Sum of RGB (Red+Green+Blue) = 150+169+113=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #96A971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A971 is #69568E. Grayscale: #9D9D9D. Windows color (decimal): -6903439 or 7448982. OLE color: 7448982.

HSL color Cylindrical-coordinate representation of color #96A971: hue angle of 80.36º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A971 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB150169113-
CMYK0.1100.330.34
HSL80.36º24.56%55.29%-
HSV(B)80.36º33.14%66.27%-
XYZ29.7536.0521.01-
YUV156.94103.21123.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=34.72%
G=39.12%
B=26.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501691130.1100.330.3480.3624.5655.29
Hex96A971B02122501937
Octal22625116113041421203167
Binary1001011010101001111000110110100001100010101000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A971; }

 p { color: rgb(150,169,113); }

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

<style>
 a { background-color: #96A971; }

 a { background-color: rgb(150,169,113); }

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

<style>
 span { border-color: #96A971; }

 span { border-color: rgb(150,169,113); }

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