#96A477

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

Shades of Sage #96A477

Tints of Sage #96A477

Color information

#96A477 (or 0x96A477) is unknown color: approx Sage. HEX triplet: 96, A4 and 77. RGB value is (150,164,119). Sum of RGB (Red+Green+Blue) = 150+164+119=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #96A477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A477 is #695B88. Grayscale: #9A9A9A. Windows color (decimal): -6904713 or 7840918. OLE color: 7840918.

HSL color Cylindrical-coordinate representation of color #96A477: hue angle of 78.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96A477 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB150164119-
CMYK0.0900.270.36
HSL78.67º19.82%55.49%-
HSV(B)78.67º27.44%64.31%-
XYZ29.1834.3722.55-
YUV154.68107.86124.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=34.64%
G=37.88%
B=27.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501641190.0900.270.3678.6719.8255.49
Hex96A477901B244f1437
Octal22624416711033441172467
Binary100101101010010011101111001011011100100100111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,119); }

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

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

 a { background-color: rgb(150,164,119); }

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

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

 span { border-color: rgb(150,164,119); }

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