#99A07E

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

Shades of Sage #99A07E

Tints of Sage #99A07E

Color information

#99A07E (or 0x99A07E) is unknown color: approx Sage. HEX triplet: 99, A0 and 7E. RGB value is (153,160,126). Sum of RGB (Red+Green+Blue) = 153+160+126=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #99A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A07E is #665F81. Grayscale: #9A9A9A. Windows color (decimal): -6709122 or 8298649. OLE color: 8298649.

HSL color Cylindrical-coordinate representation of color #99A07E: hue angle of 72.35º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A07E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB153160126-
CMYK0.0400.210.37
HSL72.35º15.18%56.08%-
HSV(B)72.35º21.25%62.75%-
XYZ29.4733.4224.64-
YUV154.03112.18127.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=34.85%
G=36.45%
B=28.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531601260.0400.210.3772.3515.1856.08
Hex99A07E40152548f38
Octal2312401764025451101770
Binary1001100110100000111111010001010110010110010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,160,126); }

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

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

 a { background-color: rgb(153,160,126); }

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

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

 span { border-color: rgb(153,160,126); }

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