#96A671

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

Shades of Sage #96A671

Tints of Sage #96A671

Color information

#96A671 (or 0x96A671) is unknown color: approx Sage. HEX triplet: 96, A6 and 71. RGB value is (150,166,113). Sum of RGB (Red+Green+Blue) = 150+166+113=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 166 - color contains mainly: green. Hex color #96A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A671 is #69598E. Grayscale: #9B9B9B. Windows color (decimal): -6904207 or 7448214. OLE color: 7448214.

HSL color Cylindrical-coordinate representation of color #96A671: hue angle of 78.11º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A671 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB150166113-
CMYK0.1000.320.35
HSL78.11º22.94%54.71%-
HSV(B)78.11º31.93%65.1%-
XYZ29.1934.9520.83-
YUV155.17104.2124.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=34.97%
G=38.69%
B=26.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501661130.1000.320.3578.1122.9454.71
Hex96A671A020234e1737
Octal22624616112040431162767
Binary1001011010100110111000110100100000100011100111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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