#9CA674

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

Shades of Sage #9CA674

Tints of Sage #9CA674

Color information

#9CA674 (or 0x9CA674) is unknown color: approx Sage. HEX triplet: 9C, A6 and 74. RGB value is (156,166,116). Sum of RGB (Red+Green+Blue) = 156+166+116=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA674 is #63598B. Grayscale: #9D9D9D. Windows color (decimal): -6510988 or 7644828. OLE color: 7644828.

HSL color Cylindrical-coordinate representation of color #9CA674: hue angle of 72º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA674 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB156166116-
CMYK0.0600.300.35
HSL72º21.93%55.29%-
HSV(B)72º30.12%65.1%-
XYZ30.535.621.79-
YUV157.31104.69127.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.62%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=35.62%
G=37.90%
B=26.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561661160.0600.300.357221.9355.29
Hex9CA674601E23481637
Octal2342461646036431102667
Binary10011100101001101110100110011110100011100100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,166,116); }

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

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

 a { background-color: rgb(156,166,116); }

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

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

 span { border-color: rgb(156,166,116); }

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