#949E7C

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

Shades of Sage #949E7C

Tints of Sage #949E7C

Color information

#949E7C (or 0x949E7C) is unknown color: approx Sage. HEX triplet: 94, 9E and 7C. RGB value is (148,158,124). Sum of RGB (Red+Green+Blue) = 148+158+124=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #949E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E7C is #6B6183. Grayscale: #979797. Windows color (decimal): -7037316 or 8167060. OLE color: 8167060.

HSL color Cylindrical-coordinate representation of color #949E7C: hue angle of 77.65º 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 #949E7C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB148158124-
CMYK0.0600.220.38
HSL77.65º14.91%55.29%-
HSV(B)77.65º21.52%61.96%-
XYZ28.0832.223.81-
YUV151.13112.69125.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=34.42%
G=36.74%
B=28.84%

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
Decimal1481581240.0600.220.3877.6514.9155.29
Hex949E7C6016264ef37
Octal2242361746026461161767
Binary1001010010011110111110011001011010011010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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