#9CA07C

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

Shades of Sage #9CA07C

Tints of Sage #9CA07C

Color information

#9CA07C (or 0x9CA07C) is unknown color: approx Sage. HEX triplet: 9C, A0 and 7C. RGB value is (156,160,124). Sum of RGB (Red+Green+Blue) = 156+160+124=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA07C is #635F83. Grayscale: #9A9A9A. Windows color (decimal): -6512516 or 8167580. OLE color: 8167580.

HSL color Cylindrical-coordinate representation of color #9CA07C: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CA07C is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB156160124-
CMYK0.0200.220.37
HSL66.67º15.93%55.69%-
HSV(B)66.67º22.5%62.75%-
XYZ29.9233.6623.99-
YUV154.7110.67128.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=35.45%
G=36.36%
B=28.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1561601240.0200.220.3766.6715.9355.69
Hex9CA07C201625431038
Octal2342401742026451032070
Binary1001110010100000111110010010110100101100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,160,124); }

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

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

 a { background-color: rgb(156,160,124); }

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

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

 span { border-color: rgb(156,160,124); }

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