#96A16E

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

Shades of Sage #96A16E

Tints of Sage #96A16E

Color information

#96A16E (or 0x96A16E) is unknown color: approx Sage. HEX triplet: 96, A1 and 6E. RGB value is (150,161,110). Sum of RGB (Red+Green+Blue) = 150+161+110=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #96A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A16E is #695E91. Grayscale: #989898. Windows color (decimal): -6905490 or 7250326. OLE color: 7250326.

HSL color Cylindrical-coordinate representation of color #96A16E: hue angle of 72.94º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A16E is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB150161110-
CMYK0.0700.320.37
HSL72.94º21.34%53.14%-
HSV(B)72.94º31.68%63.14%-
XYZ28.1433.119.66-
YUV151.9104.36126.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=35.63%
G=38.24%
B=26.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501611100.0700.320.3772.9421.3453.14
Hex96A16E702025491535
Octal2262411567040451112565
Binary100101101010000111011101110100000100101100100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,161,110); }

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

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

 a { background-color: rgb(150,161,110); }

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

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

 span { border-color: rgb(150,161,110); }

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