#99A87A

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

Shades of Sage #99A87A

Tints of Sage #99A87A

Color information

#99A87A (or 0x99A87A) is unknown color: approx Sage. HEX triplet: 99, A8 and 7A. RGB value is (153,168,122). Sum of RGB (Red+Green+Blue) = 153+168+122=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #99A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A87A is #665785. Grayscale: #9E9E9E. Windows color (decimal): -6707078 or 8038553. OLE color: 8038553.

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

Color convert

RGB153168122-
CMYK0.0900.270.34
HSL79.57º20.91%56.86%-
HSV(B)79.57º27.38%65.88%-
XYZ30.6536.1823.78-
YUV158.27107.53124.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=34.54%
G=37.92%
B=27.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1531681220.0900.270.3479.5720.9156.86
Hex99A87A901B22501539
Octal23125017211033421202571
Binary100110011010100011110101001011011100010101000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,168,122); }

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

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

 a { background-color: rgb(153,168,122); }

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

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

 span { border-color: rgb(153,168,122); }

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