#939E77

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

Shades of Sage #939E77

Tints of Sage #939E77

Color information

#939E77 (or 0x939E77) is unknown color: approx Sage. HEX triplet: 93, 9E and 77. RGB value is (147,158,119). Sum of RGB (Red+Green+Blue) = 147+158+119=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 158 - color contains mainly: green. Hex color #939E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939E77 is #6C6188. Grayscale: #969696. Windows color (decimal): -7102857 or 7839379. OLE color: 7839379.

HSL color Cylindrical-coordinate representation of color #939E77: hue angle of 76.92º 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 #939E77 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB147158119-
CMYK0.0700.250.38
HSL76.92º16.74%54.31%-
HSV(B)76.92º24.68%61.96%-
XYZ27.5931.9922.17-
YUV150.26110.36125.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=34.67%
G=37.26%
B=28.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471581190.0700.250.3876.9216.7454.31
Hex939E777019264d1136
Octal2232361677031461152166
Binary10010011100111101110111111011001100110100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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