Html Css Color HEX #939D76 Sage

📋 copy color: '#939D76'

red 147 ◦ green 157 ◦ blue 118

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

Shades of Sage #939D76

Tints of Sage #939D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.2%

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

R = 34.83%
G = 37.2%
B = 27.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#939D76 (or 0x939D76) is known color: Sage. HEX triplet: 93, 9D and 76. RGB value is (147,157,118). Sum of RGB (Red+Green+Blue) = 147+157+118=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #939D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939D76 is #6C6289. Grayscale: #959595. Windows color (decimal): -7103114 or 7773587. OLE color: 7773587.

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

Color convert

RGB 147 157 118 -
CMYK 0.06 0 0.25 0.38
HSL 75.38º 0.17% 0.54% -
HSV(B) 75.38º 0.25% 0.62% -
XYZ 27.36 31.63 21.8 -
YUV 149.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 147 157 118 0.06 0 0.25 0.38 75.38 0.17 0.54
Hex 93 9D 76 6 0 19 26 4B 11 36
Octal 223 235 166 6 0 31 46 113 21 66
Binary 10010011 10011101 1110110 110 0 11001 100110 1001011 10001 110110

Color Harmonies of #939D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939D76

Black with #939D76

Text Example


Text Example

White with #939D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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