#99A370

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

Shades of Sage #99A370

Tints of Sage #99A370

Color information

#99A370 (or 0x99A370) is unknown color: approx Sage. HEX triplet: 99, A3 and 70. RGB value is (153,163,112). Sum of RGB (Red+Green+Blue) = 153+163+112=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 163 - color contains mainly: green. Hex color #99A370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A370 is #665C8F. Grayscale: #9A9A9A. Windows color (decimal): -6708368 or 7381913. OLE color: 7381913.

HSL color Cylindrical-coordinate representation of color #99A370: hue angle of 71.76º degrees, saturation: 0.22, 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 #99A370 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB153163112-
CMYK0.0600.310.36
HSL71.76º21.7%53.92%-
HSV(B)71.76º31.29%63.92%-
XYZ29.1634.1420.38-
YUV154.2104.19127.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=35.75%
G=38.08%
B=26.17%

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
Decimal1531631120.0600.310.3671.7621.753.92
Hex99A370601F24481636
Octal2312431606037441102666
Binary10011001101000111110000110011111100100100100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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