#9CAA79

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

Shades of Sage #9CAA79

Tints of Sage #9CAA79

Color information

#9CAA79 (or 0x9CAA79) is unknown color: approx Sage. HEX triplet: 9C, AA and 79. RGB value is (156,170,121). Sum of RGB (Red+Green+Blue) = 156+170+121=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA79 is #635586. Grayscale: #A0A0A0. Windows color (decimal): -6509959 or 7973532. OLE color: 7973532.

HSL color Cylindrical-coordinate representation of color #9CAA79: hue angle of 77.14º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CAA79 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB156170121-
CMYK0.0800.290.33
HSL77.14º22.37%57.06%-
HSV(B)77.14º28.82%66.67%-
XYZ31.5437.223.61-
YUV160.23105.86124.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 121 (47.66% from 255) = 27.07%
R=34.90%
G=38.03%
B=27.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561701210.0800.290.3377.1422.3757.06
Hex9CAA79801D214d1639
Octal23425217110035411152671
Binary100111001010101011110011000011101100001100110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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