#99A971

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

Shades of Sage #99A971

Tints of Sage #99A971

Color information

#99A971 (or 0x99A971) is unknown color: approx Sage. HEX triplet: 99, A9 and 71. RGB value is (153,169,113). Sum of RGB (Red+Green+Blue) = 153+169+113=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #99A971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A971 is #66568E. Grayscale: #9E9E9E. Windows color (decimal): -6706831 or 7448985. OLE color: 7448985.

HSL color Cylindrical-coordinate representation of color #99A971: hue angle of 77.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99A971 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB153169113-
CMYK0.0900.330.34
HSL77.14º24.56%55.29%-
HSV(B)77.14º33.14%66.27%-
XYZ30.3136.3421.04-
YUV157.83102.7124.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=35.17%
G=38.85%
B=25.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1531691130.0900.330.3477.1424.5655.29
Hex99A9719021224d1937
Octal23125116111041421153167
Binary1001100110101001111000110010100001100010100110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,169,113); }

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

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

 a { background-color: rgb(153,169,113); }

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

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

 span { border-color: rgb(153,169,113); }

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