#99A67C

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

Shades of Sage #99A67C

Tints of Sage #99A67C

Color information

#99A67C (or 0x99A67C) is unknown color: approx Sage. HEX triplet: 99, A6 and 7C. RGB value is (153,166,124). Sum of RGB (Red+Green+Blue) = 153+166+124=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 166 - color contains mainly: green. Hex color #99A67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A67C is #665983. Grayscale: #9D9D9D. Windows color (decimal): -6707588 or 8169113. OLE color: 8169113.

HSL color Cylindrical-coordinate representation of color #99A67C: hue angle of 78.57º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A67C is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB153166124-
CMYK0.0800.250.35
HSL78.57º19.09%56.86%-
HSV(B)78.57º25.3%65.1%-
XYZ30.4135.524.32-
YUV157.32109.19124.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=34.54%
G=37.47%
B=27.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661240.0800.250.3578.5719.0956.86
Hex99A67C8019234f1339
Octal23124617410031431172371
Binary100110011010011011111001000011001100011100111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,166,124); }

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

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

 a { background-color: rgb(153,166,124); }

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

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

 span { border-color: rgb(153,166,124); }

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