#949C73

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

Shades of Sage #949C73

Tints of Sage #949C73

Color information

#949C73 (or 0x949C73) is unknown color: approx Sage. HEX triplet: 94, 9C and 73. RGB value is (148,156,115). Sum of RGB (Red+Green+Blue) = 148+156+115=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #949C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C73 is #6B638C. Grayscale: #959595. Windows color (decimal): -7037837 or 7576724. OLE color: 7576724.

HSL color Cylindrical-coordinate representation of color #949C73: hue angle of 71.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #949C73 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB148156115-
CMYK0.0500.260.39
HSL71.71º17.15%53.14%-
HSV(B)71.71º26.28%61.18%-
XYZ27.231.3120.83-
YUV148.93108.85127.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=35.32%
G=37.23%
B=27.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481561150.0500.260.3971.7117.1553.14
Hex949C73501A27481135
Octal2242341635032471102165
Binary10010100100111001110011101011010100111100100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949C73; }

 p { color: rgb(148,156,115); }

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

<style>
 a { background-color: #949C73; }

 a { background-color: rgb(148,156,115); }

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

<style>
 span { border-color: #949C73; }

 span { border-color: rgb(148,156,115); }

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