#99A673

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

Shades of Sage #99A673

Tints of Sage #99A673

Color information

#99A673 (or 0x99A673) is unknown color: approx Sage. HEX triplet: 99, A6 and 73. RGB value is (153,166,115). Sum of RGB (Red+Green+Blue) = 153+166+115=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 166 - color contains mainly: green. Hex color #99A673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A673 is #66598C. Grayscale: #9C9C9C. Windows color (decimal): -6707597 or 7579289. OLE color: 7579289.

HSL color Cylindrical-coordinate representation of color #99A673: hue angle of 75.29º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A673 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB153166115-
CMYK0.0800.310.35
HSL75.29º22.27%55.1%-
HSV(B)75.29º30.72%65.1%-
XYZ29.8735.2821.46-
YUV156.3104.69125.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=35.25%
G=38.25%
B=26.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661150.0800.310.3575.2922.2755.1
Hex99A673801F234b1637
Octal23124616310037431132667
Binary100110011010011011100111000011111100011100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,166,115); }

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

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

 a { background-color: rgb(153,166,115); }

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

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

 span { border-color: rgb(153,166,115); }

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