Html Css Color HEX #939D7E Sage

📋 copy color: '#939D7E'

red 147 ◦ green 157 ◦ blue 126

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

Shades of Sage #939D7E

Tints of Sage #939D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 34.19%
G = 36.51%
B = 29.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#939D7E (or 0x939D7E) is known color: Sage. HEX triplet: 93, 9D and 7E. RGB value is (147,157,126). Sum of RGB (Red+Green+Blue) = 147+157+126=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #939D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939D7E is #6C6281. Grayscale: #969696. Windows color (decimal): -7103106 or 8297875. OLE color: 8297875.

HSL color Cylindrical-coordinate representation of color #939D7E: hue angle of 79.35º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #939D7E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 157 126 -
CMYK 0.06 0 0.20 0.38
HSL 79.35º 0.14% 0.55% -
HSV(B) 79.35º 0.2% 0.62% -
XYZ 27.86 31.82 24.41 -
YUV 150.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 147 157 126 0.06 0 0.20 0.38 79.35 0.14 0.55
Hex 93 9D 7E 6 0 14 26 4F E 37
Octal 223 235 176 6 0 24 46 117 16 67
Binary 10010011 10011101 1111110 110 0 10100 100110 1001111 1110 110111

Color Harmonies of #939D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939D7E

Black with #939D7E

Text Example


Text Example

White with #939D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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