#99A371

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

Shades of Sage #99A371

Tints of Sage #99A371

Color information

#99A371 (or 0x99A371) is unknown color: approx Sage. HEX triplet: 99, A3 and 71. RGB value is (153,163,113). Sum of RGB (Red+Green+Blue) = 153+163+113=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #99A371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A371 is #665C8E. Grayscale: #9A9A9A. Windows color (decimal): -6708367 or 7447449. OLE color: 7447449.

HSL color Cylindrical-coordinate representation of color #99A371: hue angle of 72º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A371 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB153163113-
CMYK0.0600.310.36
HSL72º21.37%54.12%-
HSV(B)72º30.67%63.92%-
XYZ29.2134.1620.68-
YUV154.31104.69127.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=35.66%
G=38.00%
B=26.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531631130.0600.310.367221.3754.12
Hex99A371601F24481536
Octal2312431616037441102566
Binary10011001101000111110001110011111100100100100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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