#96A576

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

Shades of Sage #96A576

Tints of Sage #96A576

Color information

#96A576 (or 0x96A576) is unknown color: approx Sage. HEX triplet: 96, A5 and 76. RGB value is (150,165,118). Sum of RGB (Red+Green+Blue) = 150+165+118=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #96A576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A576 is #695A89. Grayscale: #9B9B9B. Windows color (decimal): -6904458 or 7775638. OLE color: 7775638.

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

Color convert

RGB150165118-
CMYK0.0900.280.35
HSL79.15º20.7%55.49%-
HSV(B)79.15º28.48%64.71%-
XYZ29.334.722.29-
YUV155.16107.03124.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=34.64%
G=38.11%
B=27.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651180.0900.280.3579.1520.755.49
Hex96A576901C234f1537
Octal22624516611034431172567
Binary100101101010010111101101001011100100011100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,118); }

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

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

 a { background-color: rgb(150,165,118); }

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

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

 span { border-color: rgb(150,165,118); }

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