#9CA572

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

Shades of Sage #9CA572

Tints of Sage #9CA572

Color information

#9CA572 (or 0x9CA572) is unknown color: approx Sage. HEX triplet: 9C, A5 and 72. RGB value is (156,165,114). Sum of RGB (Red+Green+Blue) = 156+165+114=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA572 is #635A8D. Grayscale: #9C9C9C. Windows color (decimal): -6511246 or 7513500. OLE color: 7513500.

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

Color convert

RGB156165114-
CMYK0.0500.310.35
HSL70.59º22.08%54.71%-
HSV(B)70.59º30.91%64.71%-
XYZ30.235.1921.12-
YUV156.5104.02127.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=35.86%
G=37.93%
B=26.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561651140.0500.310.3570.5922.0854.71
Hex9CA572501F23471637
Octal2342451625037431072667
Binary10011100101001011110010101011111100011100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,165,114); }

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

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

 a { background-color: rgb(156,165,114); }

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

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

 span { border-color: rgb(156,165,114); }

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