#949C77

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

Shades of Sage #949C77

Tints of Sage #949C77

Color information

#949C77 (or 0x949C77) is unknown color: approx Sage. HEX triplet: 94, 9C and 77. RGB value is (148,156,119). Sum of RGB (Red+Green+Blue) = 148+156+119=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #949C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C77 is #6B6388. Grayscale: #959595. Windows color (decimal): -7037833 or 7838868. OLE color: 7838868.

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

Color convert

RGB148156119-
CMYK0.0500.240.39
HSL72.97º15.74%53.92%-
HSV(B)72.97º23.72%61.18%-
XYZ27.4331.422.07-
YUV149.39110.85127.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=34.99%
G=36.88%
B=28.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481561190.0500.240.3972.9715.7453.92
Hex949C77501827491036
Octal2242341675030471112066
Binary10010100100111001110111101011000100111100100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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