Html Css Color HEX #939E79 Sage

📋 copy color: '#939E79'

red 147 ◦ green 158 ◦ blue 121

#939E79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #939E79

Tints of Sage #939E79

RGB

 RED value IS 147 (57.81% from 255) = 34.51%

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 34.51%
G = 37.09%
B = 28.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#939E79 (or 0x939E79) is known color: Sage. HEX triplet: 93, 9E and 79. RGB value is (147,158,121). Sum of RGB (Red+Green+Blue) = 147+158+121=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #939E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939E79 is #6C6186. Grayscale: #969696. Windows color (decimal): -7102855 or 7970451. OLE color: 7970451.

HSL color Cylindrical-coordinate representation of color #939E79: hue angle of 77.84º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #939E79 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 158 121 -
CMYK 0.07 0 0.23 0.38
HSL 77.84º 0.16% 0.55% -
HSV(B) 77.84º 0.23% 0.62% -
XYZ 27.71 32.04 22.81 -
YUV 150.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 147 158 121 0.07 0 0.23 0.38 77.84 0.16 0.55
Hex 93 9E 79 7 0 17 26 4E 10 37
Octal 223 236 171 7 0 27 46 116 20 67
Binary 10010011 10011110 1111001 111 0 10111 100110 1001110 10000 110111

Color Harmonies of #939E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939E79

Black with #939E79

Text Example


Text Example

White with #939E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #939E79;
 }
 .AnyTagClassName
 {
   color: #939E79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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