Html Css Color HEX #939B79 Sage

📋 copy color: '#939B79'

red 147 ◦ green 155 ◦ blue 121

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

Shades of Sage #939B79

Tints of Sage #939B79

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

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

R = 34.75%
G = 36.64%
B = 28.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#939B79 (or 0x939B79) is known color: Sage. HEX triplet: 93, 9B and 79. RGB value is (147,155,121). Sum of RGB (Red+Green+Blue) = 147+155+121=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #939B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B79 is #6C6486. Grayscale: #949494. Windows color (decimal): -7103623 or 7969683. OLE color: 7969683.

HSL color Cylindrical-coordinate representation of color #939B79: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939B79 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 155 121 -
CMYK 0.05 0 0.22 0.39
HSL 74.12º 0.15% 0.54% -
HSV(B) 74.12º 0.22% 0.61% -
XYZ 27.21 31.03 22.64 -
YUV 148.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 147 155 121 0.05 0 0.22 0.39 74.12 0.15 0.54
Hex 93 9B 79 5 0 16 27 4A F 36
Octal 223 233 171 5 0 26 47 112 17 66
Binary 10010011 10011011 1111001 101 0 10110 100111 1001010 1111 110110

Color Harmonies of #939B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939B79

Black with #939B79

Text Example


Text Example

White with #939B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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