Html Css Color HEX #939B76 Sage

📋 copy color: '#939B76'

red 147 ◦ green 155 ◦ blue 118

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

Shades of Sage #939B76

Tints of Sage #939B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 35%
G = 36.9%
B = 28.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#939B76 (or 0x939B76) is known color: Sage. HEX triplet: 93, 9B and 76. RGB value is (147,155,118). Sum of RGB (Red+Green+Blue) = 147+155+118=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #939B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B76 is #6C6489. Grayscale: #949494. Windows color (decimal): -7103626 or 7773075. OLE color: 7773075.

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

Color convert

RGB 147 155 118 -
CMYK 0.05 0 0.24 0.39
HSL 72.97º 0.16% 0.54% -
HSV(B) 72.97º 0.24% 0.61% -
XYZ 27.02 30.95 21.69 -
YUV 148.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 147 155 118 0.05 0 0.24 0.39 72.97 0.16 0.54
Hex 93 9B 76 5 0 18 27 49 10 36
Octal 223 233 166 5 0 30 47 111 20 66
Binary 10010011 10011011 1110110 101 0 11000 100111 1001001 10000 110110

Color Harmonies of #939B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939B76

Black with #939B76

Text Example


Text Example

White with #939B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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