#9CA67B

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

Shades of Sage #9CA67B

Tints of Sage #9CA67B

Color information

#9CA67B (or 0x9CA67B) is unknown color: approx Sage. HEX triplet: 9C, A6 and 7B. RGB value is (156,166,123). Sum of RGB (Red+Green+Blue) = 156+166+123=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA67B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA67B is #635984. Grayscale: #9E9E9E. Windows color (decimal): -6510981 or 8103580. OLE color: 8103580.

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

Color convert

RGB156166123-
CMYK0.0600.260.35
HSL73.95º19.46%56.67%-
HSV(B)73.95º25.9%65.1%-
XYZ30.9235.7724.01-
YUV158.11108.19126.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 166 (65.23% from 255) = 37.30%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=35.06%
G=37.30%
B=27.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561661230.0600.260.3573.9519.4656.67
Hex9CA67B601A234a1339
Octal2342461736032431122371
Binary10011100101001101111011110011010100011100101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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