#949B7C

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

Shades of Sage #949B7C

Tints of Sage #949B7C

Color information

#949B7C (or 0x949B7C) is unknown color: approx Sage. HEX triplet: 94, 9B and 7C. RGB value is (148,155,124). Sum of RGB (Red+Green+Blue) = 148+155+124=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #949B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B7C is #6B6483. Grayscale: #959595. Windows color (decimal): -7038084 or 8166292. OLE color: 8166292.

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

Color convert

RGB148155124-
CMYK0.0500.20.39
HSL73.55º13.42%54.71%-
HSV(B)73.55º20%60.78%-
XYZ27.5731.1923.64-
YUV149.37113.68127.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=34.66%
G=36.30%
B=29.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481551240.0500.20.3973.5513.4254.71
Hex949B7C5014274ad37
Octal2242331745024471121567
Binary1001010010011011111110010101010010011110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,155,124); }

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

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

 a { background-color: rgb(148,155,124); }

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

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

 span { border-color: rgb(148,155,124); }

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