#9CA775

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

Shades of Sage #9CA775

Tints of Sage #9CA775

Color information

#9CA775 (or 0x9CA775) is unknown color: approx Sage. HEX triplet: 9C, A7 and 75. RGB value is (156,167,117). Sum of RGB (Red+Green+Blue) = 156+167+117=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA775 is #63588A. Grayscale: #9E9E9E. Windows color (decimal): -6510731 or 7710620. OLE color: 7710620.

HSL color Cylindrical-coordinate representation of color #9CA775: hue angle of 73.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA775 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB156167117-
CMYK0.0700.300.35
HSL73.2º22.12%55.69%-
HSV(B)73.2º29.94%65.49%-
XYZ30.7435.9922.16-
YUV158.01104.86126.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=35.45%
G=37.95%
B=26.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561671170.0700.300.3573.222.1255.69
Hex9CA775701E23491638
Octal2342471657036431112670
Binary10011100101001111110101111011110100011100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,167,117); }

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

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

 a { background-color: rgb(156,167,117); }

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

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

 span { border-color: rgb(156,167,117); }

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