#99A684

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

Shades of Sage #99A684

Tints of Sage #99A684

Color information

#99A684 (or 0x99A684) is unknown color: approx Sage. HEX triplet: 99, A6 and 84. RGB value is (153,166,132). Sum of RGB (Red+Green+Blue) = 153+166+132=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 166 - color contains mainly: green. Hex color #99A684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A684 is #66597B. Grayscale: #9E9E9E. Windows color (decimal): -6707580 or 8693401. OLE color: 8693401.

HSL color Cylindrical-coordinate representation of color #99A684: hue angle of 82.94º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A684 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB153166132-
CMYK0.0800.200.35
HSL82.94º16.04%58.43%-
HSV(B)82.94º20.48%65.1%-
XYZ30.9435.7127.09-
YUV158.24113.19124.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=33.92%
G=36.81%
B=29.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661320.0800.200.3582.9416.0458.43
Hex99A68480142353103a
Octal23124620410024431232072
Binary1001100110100110100001001000010100100011101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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