#99A077

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

Shades of Sage #99A077

Tints of Sage #99A077

Color information

#99A077 (or 0x99A077) is unknown color: approx Sage. HEX triplet: 99, A0 and 77. RGB value is (153,160,119). Sum of RGB (Red+Green+Blue) = 153+160+119=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #99A077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A077 is #665F88. Grayscale: #999999. Windows color (decimal): -6709129 or 7839897. OLE color: 7839897.

HSL color Cylindrical-coordinate representation of color #99A077: hue angle of 70.24º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99A077 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB153160119-
CMYK0.0400.260.37
HSL70.24º17.75%54.71%-
HSV(B)70.24º25.62%62.75%-
XYZ29.0433.2522.34-
YUV153.23108.68127.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=35.42%
G=37.04%
B=27.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531601190.0400.260.3770.2417.7554.71
Hex99A077401A25461237
Octal2312401674032451062267
Binary10011001101000001110111100011010100101100011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A077; }

 p { color: rgb(153,160,119); }

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

<style>
 a { background-color: #99A077; }

 a { background-color: rgb(153,160,119); }

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

<style>
 span { border-color: #99A077; }

 span { border-color: rgb(153,160,119); }

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