#9CA279

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

Shades of Sage #9CA279

Tints of Sage #9CA279

Color information

#9CA279 (or 0x9CA279) is unknown color: approx Sage. HEX triplet: 9C, A2 and 79. RGB value is (156,162,121). Sum of RGB (Red+Green+Blue) = 156+162+121=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA279 is #635D86. Grayscale: #9B9B9B. Windows color (decimal): -6512007 or 7971484. OLE color: 7971484.

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

Color convert

RGB156162121-
CMYK0.0400.250.36
HSL68.78º18.06%55.49%-
HSV(B)68.78º25.31%63.53%-
XYZ30.0834.2923.12-
YUV155.53108.51128.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=35.54%
G=36.90%
B=27.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561621210.0400.250.3668.7818.0655.49
Hex9CA279401924451237
Octal2342421714031441052267
Binary10011100101000101111001100011001100100100010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,121); }

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

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

 a { background-color: rgb(156,162,121); }

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

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

 span { border-color: rgb(156,162,121); }

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