#99A675

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

Shades of Sage #99A675

Tints of Sage #99A675

Color information

#99A675 (or 0x99A675) is unknown color: approx Sage. HEX triplet: 99, A6 and 75. RGB value is (153,166,117). Sum of RGB (Red+Green+Blue) = 153+166+117=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 166 - color contains mainly: green. Hex color #99A675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A675 is #66598A. Grayscale: #9C9C9C. Windows color (decimal): -6707595 or 7710361. OLE color: 7710361.

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

Color convert

RGB153166117-
CMYK0.0800.300.35
HSL75.92º21.59%55.49%-
HSV(B)75.92º29.52%65.1%-
XYZ29.9835.3322.07-
YUV156.53105.69125.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=35.09%
G=38.07%
B=26.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661170.0800.300.3575.9221.5955.49
Hex99A675801E234c1637
Octal23124616510036431142667
Binary100110011010011011101011000011110100011100110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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