#9CA07B

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

Shades of Sage #9CA07B

Tints of Sage #9CA07B

Color information

#9CA07B (or 0x9CA07B) is unknown color: approx Sage. HEX triplet: 9C, A0 and 7B. RGB value is (156,160,123). Sum of RGB (Red+Green+Blue) = 156+160+123=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA07B is #635F84. Grayscale: #9A9A9A. Windows color (decimal): -6512517 or 8102044. OLE color: 8102044.

HSL color Cylindrical-coordinate representation of color #9CA07B: hue angle of 66.49º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA07B is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB156160123-
CMYK0.0200.230.37
HSL66.49º16.3%55.49%-
HSV(B)66.49º23.13%62.75%-
XYZ29.8633.6423.66-
YUV154.59110.17129.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=35.54%
G=36.45%
B=28.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1561601230.0200.230.3766.4916.355.49
Hex9CA07B201725421037
Octal2342401732027451022067
Binary1001110010100000111101110010111100101100001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,160,123); }

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

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

 a { background-color: rgb(156,160,123); }

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

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

 span { border-color: rgb(156,160,123); }

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