#9CAA7B

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

Shades of Sage #9CAA7B

Tints of Sage #9CAA7B

Color information

#9CAA7B (or 0x9CAA7B) is unknown color: approx Sage. HEX triplet: 9C, AA and 7B. RGB value is (156,170,123). Sum of RGB (Red+Green+Blue) = 156+170+123=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA7B is #635584. Grayscale: #A0A0A0. Windows color (decimal): -6509957 or 8104604. OLE color: 8104604.

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

Color convert

RGB156170123-
CMYK0.0800.280.33
HSL77.87º21.66%57.45%-
HSV(B)77.87º27.65%66.67%-
XYZ31.6637.2524.26-
YUV160.46106.86124.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=34.74%
G=37.86%
B=27.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561701230.0800.280.3377.8721.6657.45
Hex9CAA7B801C214e1639
Octal23425217310034411162671
Binary100111001010101011110111000011100100001100111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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