#99A172

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

Shades of Sage #99A172

Tints of Sage #99A172

Color information

#99A172 (or 0x99A172) is unknown color: approx Sage. HEX triplet: 99, A1 and 72. RGB value is (153,161,114). Sum of RGB (Red+Green+Blue) = 153+161+114=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #99A172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A172 is #665E8D. Grayscale: #999999. Windows color (decimal): -6708878 or 7512473. OLE color: 7512473.

HSL color Cylindrical-coordinate representation of color #99A172: hue angle of 70.21º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99A172 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB153161114-
CMYK0.0500.290.37
HSL70.21º20%53.92%-
HSV(B)70.21º29.19%63.14%-
XYZ28.9233.4820.86-
YUV153.25105.85127.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=35.75%
G=37.62%
B=26.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531611140.0500.290.3770.212053.92
Hex99A172501D25461436
Octal2312411625035451062466
Binary10011001101000011110010101011101100101100011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,161,114); }

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

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

 a { background-color: rgb(153,161,114); }

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

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

 span { border-color: rgb(153,161,114); }

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