#949E77

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

Shades of Sage #949E77

Tints of Sage #949E77

Color information

#949E77 (or 0x949E77) is unknown color: approx Sage. HEX triplet: 94, 9E and 77. RGB value is (148,158,119). Sum of RGB (Red+Green+Blue) = 148+158+119=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #949E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E77 is #6B6188. Grayscale: #969696. Windows color (decimal): -7037321 or 7839380. OLE color: 7839380.

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

Color convert

RGB148158119-
CMYK0.0600.250.38
HSL75.38º16.74%54.31%-
HSV(B)75.38º24.68%61.96%-
XYZ27.7732.0822.18-
YUV150.56110.19126.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 119 (46.88% from 255) = 28%
R=34.82%
G=37.18%
B=28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481581190.0600.250.3875.3816.7454.31
Hex949E776019264b1136
Octal2242361676031461132166
Binary10010100100111101110111110011001100110100101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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