#9CAC74

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

Shades of Sage #9CAC74

Tints of Sage #9CAC74

Color information

#9CAC74 (or 0x9CAC74) is unknown color: approx Sage. HEX triplet: 9C, AC and 74. RGB value is (156,172,116). Sum of RGB (Red+Green+Blue) = 156+172+116=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC74 is #63538B. Grayscale: #A1A1A1. Windows color (decimal): -6509452 or 7646364. OLE color: 7646364.

HSL color Cylindrical-coordinate representation of color #9CAC74: hue angle of 77.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CAC74 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB156172116-
CMYK0.0900.330.33
HSL77.14º25.23%56.47%-
HSV(B)77.14º32.56%67.45%-
XYZ31.6237.8322.16-
YUV160.83102.7124.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.14%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=35.14%
G=38.74%
B=26.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561721160.0900.330.3377.1425.2356.47
Hex9CAC749021214d1938
Octal23425416411041411153170
Binary1001110010101100111010010010100001100001100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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