#9CAC79

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

Shades of Sage #9CAC79

Tints of Sage #9CAC79

Color information

#9CAC79 (or 0x9CAC79) is unknown color: approx Sage. HEX triplet: 9C, AC and 79. RGB value is (156,172,121). Sum of RGB (Red+Green+Blue) = 156+172+121=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC79 is #635386. Grayscale: #A1A1A1. Windows color (decimal): -6509447 or 7974044. OLE color: 7974044.

HSL color Cylindrical-coordinate representation of color #9CAC79: hue angle of 78.82º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CAC79 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB156172121-
CMYK0.0900.300.33
HSL78.82º23.5%57.45%-
HSV(B)78.82º29.65%67.45%-
XYZ31.9137.9523.73-
YUV161.4105.2124.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=34.74%
G=38.31%
B=26.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561721210.0900.300.3378.8223.557.45
Hex9CAC79901E214f1839
Octal23425417111036411173071
Binary100111001010110011110011001011110100001100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CAC79; }

 p { color: rgb(156,172,121); }

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

<style>
 a { background-color: #9CAC79; }

 a { background-color: rgb(156,172,121); }

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

<style>
 span { border-color: #9CAC79; }

 span { border-color: rgb(156,172,121); }

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