#9CA67E

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

Shades of Sage #9CA67E

Tints of Sage #9CA67E

Color information

#9CA67E (or 0x9CA67E) is unknown color: approx Sage. HEX triplet: 9C, A6 and 7E. RGB value is (156,166,126). Sum of RGB (Red+Green+Blue) = 156+166+126=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA67E is #635981. Grayscale: #9E9E9E. Windows color (decimal): -6510978 or 8300188. OLE color: 8300188.

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

Color convert

RGB156166126-
CMYK0.0600.240.35
HSL75º18.35%57.25%-
HSV(B)75º24.1%65.1%-
XYZ31.1135.8525.02-
YUV158.45109.69126.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=34.82%
G=37.05%
B=28.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561661260.0600.240.357518.3557.25
Hex9CA67E6018234b1239
Octal2342461766030431132271
Binary10011100101001101111110110011000100011100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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