#99A47F

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

Shades of Sage #99A47F

Tints of Sage #99A47F

Color information

#99A47F (or 0x99A47F) is unknown color: approx Sage. HEX triplet: 99, A4 and 7F. RGB value is (153,164,127). Sum of RGB (Red+Green+Blue) = 153+164+127=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #99A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A47F is #665B80. Grayscale: #9C9C9C. Windows color (decimal): -6708097 or 8365209. OLE color: 8365209.

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

Color convert

RGB153164127-
CMYK0.0700.230.36
HSL77.84º16.89%57.06%-
HSV(B)77.84º22.56%64.31%-
XYZ30.2434.8625.21-
YUV156.49111.36125.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 127 (50% from 255) = 28.60%
R=34.46%
G=36.94%
B=28.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531641270.0700.230.3677.8416.8957.06
Hex99A47F7017244e1139
Octal2312441777027441162171
Binary10011001101001001111111111010111100100100111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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