#99A07C

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

Shades of Sage #99A07C

Tints of Sage #99A07C

Color information

#99A07C (or 0x99A07C) is unknown color: approx Sage. HEX triplet: 99, A0 and 7C. RGB value is (153,160,124). Sum of RGB (Red+Green+Blue) = 153+160+124=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #99A07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A07C is #665F83. Grayscale: #999999. Windows color (decimal): -6709124 or 8167577. OLE color: 8167577.

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

Color convert

RGB153160124-
CMYK0.0400.220.37
HSL71.67º15.93%55.69%-
HSV(B)71.67º22.5%62.75%-
XYZ29.3533.3723.96-
YUV153.8111.18127.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=35.01%
G=36.61%
B=28.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531601240.0400.220.3771.6715.9355.69
Hex99A07C401625481038
Octal2312401744026451102070
Binary10011001101000001111100100010110100101100100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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