#949C7D

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

Shades of Sage #949C7D

Tints of Sage #949C7D

Color information

#949C7D (or 0x949C7D) is unknown color: approx Sage. HEX triplet: 94, 9C and 7D. RGB value is (148,156,125). Sum of RGB (Red+Green+Blue) = 148+156+125=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #949C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C7D is #6B6382. Grayscale: #969696. Windows color (decimal): -7037827 or 8232084. OLE color: 8232084.

HSL color Cylindrical-coordinate representation of color #949C7D: hue angle of 75.48º degrees, saturation: 0.14, 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 #949C7D is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB148156125-
CMYK0.0500.200.39
HSL75.48º13.54%55.1%-
HSV(B)75.48º19.87%61.18%-
XYZ27.831.5524.03-
YUV150.07113.85126.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=34.50%
G=36.36%
B=29.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481561250.0500.200.3975.4813.5455.1
Hex949C7D5014274be37
Octal2242341755024471131667
Binary1001010010011100111110110101010010011110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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