Html Css Color HEX #939F7D Sage

📋 copy color: '#939F7D'

red 147 ◦ green 159 ◦ blue 125

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

Shades of Sage #939F7D

Tints of Sage #939F7D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.89%

 BLUE value IS 125 (49.22% from 255) = 29%

R = 34.11%
G = 36.89%
B = 29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#939F7D (or 0x939F7D) is known color: Sage. HEX triplet: 93, 9F and 7D. RGB value is (147,159,125). Sum of RGB (Red+Green+Blue) = 147+159+125=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #939F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F7D is #6C6082. Grayscale: #979797. Windows color (decimal): -7102595 or 8232851. OLE color: 8232851.

HSL color Cylindrical-coordinate representation of color #939F7D: hue angle of 81.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939F7D is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 159 125 -
CMYK 0.08 0 0.21 0.38
HSL 81.18º 0.15% 0.56% -
HSV(B) 81.18º 0.21% 0.62% -
XYZ 28.13 32.48 24.19 -
YUV 151.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 147 159 125 0.08 0 0.21 0.38 81.18 0.15 0.56
Hex 93 9F 7D 8 0 15 26 51 F 38
Octal 223 237 175 10 0 25 46 121 17 70
Binary 10010011 10011111 1111101 1000 0 10101 100110 1010001 1111 111000

Color Harmonies of #939F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939F7D

Black with #939F7D

Text Example


Text Example

White with #939F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,159,125); }

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

background-color css

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

 a { background-color: rgb(147,159,125); }

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

border-color css

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

 span { border-color: rgb(147,159,125); }

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