#949E80

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

Shades of Sage #949E80

Tints of Sage #949E80

Color information

#949E80 (or 0x949E80) is unknown color: approx Sage. HEX triplet: 94, 9E and 80. RGB value is (148,158,128). Sum of RGB (Red+Green+Blue) = 148+158+128=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #949E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949E80 is #6B617F. Grayscale: #979797. Windows color (decimal): -7037312 or 8429204. OLE color: 8429204.

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

Color convert

RGB148158128-
CMYK0.0600.190.38
HSL80º13.39%56.08%-
HSV(B)80º18.99%61.96%-
XYZ28.3432.3125.16-
YUV151.59114.69125.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=34.10%
G=36.41%
B=29.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481581280.0600.190.388013.3956.08
Hex949E8060132650d38
Octal2242362006023461201570
Binary10010100100111101000000011001001110011010100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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