#99A47A

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

Shades of Sage #99A47A

Tints of Sage #99A47A

Color information

#99A47A (or 0x99A47A) is unknown color: approx Sage. HEX triplet: 99, A4 and 7A. RGB value is (153,164,122). Sum of RGB (Red+Green+Blue) = 153+164+122=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #99A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A47A is #665B85. Grayscale: #9C9C9C. Windows color (decimal): -6708102 or 8037529. OLE color: 8037529.

HSL color Cylindrical-coordinate representation of color #99A47A: hue angle of 75.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99A47A is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB153164122-
CMYK0.0700.260.36
HSL75.71º18.75%56.08%-
HSV(B)75.71º25.61%64.31%-
XYZ29.9334.7323.54-
YUV155.92108.86125.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=34.85%
G=37.36%
B=27.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531641220.0700.260.3675.7118.7556.08
Hex99A47A701A244c1338
Octal2312441727032441142370
Binary10011001101001001111010111011010100100100110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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