#9CA681

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

Shades of Sage #9CA681

Tints of Sage #9CA681

Color information

#9CA681 (or 0x9CA681) is unknown color: approx Sage. HEX triplet: 9C, A6 and 81. RGB value is (156,166,129). Sum of RGB (Red+Green+Blue) = 156+166+129=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA681 is #63597E. Grayscale: #9E9E9E. Windows color (decimal): -6510975 or 8496796. OLE color: 8496796.

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

Color convert

RGB156166129-
CMYK0.0600.220.35
HSL76.22º17.21%57.84%-
HSV(B)76.22º22.29%65.1%-
XYZ31.3135.9326.05-
YUV158.79111.19126.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 129 (50.78% from 255) = 28.60%
R=34.59%
G=36.81%
B=28.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561661290.0600.220.3576.2217.2157.84
Hex9CA6816016234c113a
Octal2342462016026431142172
Binary100111001010011010000001110010110100011100110010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,166,129); }

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

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

 a { background-color: rgb(156,166,129); }

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

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

 span { border-color: rgb(156,166,129); }

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