#949C78

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

Shades of Sage #949C78

Tints of Sage #949C78

Color information

#949C78 (or 0x949C78) is unknown color: approx Sage. HEX triplet: 94, 9C and 78. RGB value is (148,156,120). Sum of RGB (Red+Green+Blue) = 148+156+120=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 156 - color contains mainly: green. Hex color #949C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C78 is #6B6387. Grayscale: #959595. Windows color (decimal): -7037832 or 7904404. OLE color: 7904404.

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

Color convert

RGB148156120-
CMYK0.0500.230.39
HSL73.33º15.38%54.12%-
HSV(B)73.33º23.08%61.18%-
XYZ27.4931.4322.39-
YUV149.5111.35126.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=34.91%
G=36.79%
B=28.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481561200.0500.230.3973.3315.3854.12
Hex949C7850172749f36
Octal2242341705027471111766
Binary1001010010011100111100010101011110011110010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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