#9CA781

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

Shades of Sage #9CA781

Tints of Sage #9CA781

Color information

#9CA781 (or 0x9CA781) is unknown color: approx Sage. HEX triplet: 9C, A7 and 81. RGB value is (156,167,129). Sum of RGB (Red+Green+Blue) = 156+167+129=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA781 is #63587E. Grayscale: #9F9F9F. Windows color (decimal): -6510719 or 8497052. OLE color: 8497052.

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

Color convert

RGB156167129-
CMYK0.0700.230.35
HSL77.37º17.76%58.04%-
HSV(B)77.37º22.75%65.49%-
XYZ31.4936.2926.11-
YUV159.38110.86125.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 129 (50.78% from 255) = 28.54%
R=34.51%
G=36.95%
B=28.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561671290.0700.230.3577.3717.7658.04
Hex9CA7817017234d123a
Octal2342472017027431152272
Binary100111001010011110000001111010111100011100110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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