#949D7A

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

Shades of Sage #949D7A

Tints of Sage #949D7A

Color information

#949D7A (or 0x949D7A) is unknown color: approx Sage. HEX triplet: 94, 9D and 7A. RGB value is (148,157,122). Sum of RGB (Red+Green+Blue) = 148+157+122=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #949D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D7A is #6B6285. Grayscale: #969696. Windows color (decimal): -7037574 or 8035732. OLE color: 8035732.

HSL color Cylindrical-coordinate representation of color #949D7A: hue angle of 75.43º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949D7A is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB148157122-
CMYK0.0600.220.38
HSL75.43º15.15%54.71%-
HSV(B)75.43º22.29%61.57%-
XYZ27.7831.8123.09-
YUV150.32112.02126.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=34.66%
G=36.77%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481571220.0600.220.3875.4315.1554.71
Hex949D7A6016264bf37
Octal2242351726026461131767
Binary1001010010011101111101011001011010011010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,157,122); }

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

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

 a { background-color: rgb(148,157,122); }

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

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

 span { border-color: rgb(148,157,122); }

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