#9CA374

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

Shades of Sage #9CA374

Tints of Sage #9CA374

Color information

#9CA374 (or 0x9CA374) is unknown color: approx Sage. HEX triplet: 9C, A3 and 74. RGB value is (156,163,116). Sum of RGB (Red+Green+Blue) = 156+163+116=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA374 is #635C8B. Grayscale: #9B9B9B. Windows color (decimal): -6511756 or 7644060. OLE color: 7644060.

HSL color Cylindrical-coordinate representation of color #9CA374: hue angle of 68.94º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CA374 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB156163116-
CMYK0.0400.290.36
HSL68.94º20.35%54.71%-
HSV(B)68.94º28.83%63.92%-
XYZ29.9634.5221.61-
YUV155.55105.68128.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=35.86%
G=37.47%
B=26.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561631160.0400.290.3668.9420.3554.71
Hex9CA374401D24451437
Octal2342431644035441052467
Binary10011100101000111110100100011101100100100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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