Html Css Color HEX #939F6D Sage

📋 copy color: '#939F6D'

red 147 ◦ green 159 ◦ blue 109

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

Shades of Sage #939F6D

Tints of Sage #939F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.27%

R = 35.42%
G = 38.31%
B = 26.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#939F6D (or 0x939F6D) is known color: Sage. HEX triplet: 93, 9F and 6D. RGB value is (147,159,109). Sum of RGB (Red+Green+Blue) = 147+159+109=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #939F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F6D is #6C6092. Grayscale: #959595. Windows color (decimal): -7102611 or 7184275. OLE color: 7184275.

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

Color convert

RGB 147 159 109 -
CMYK 0.08 0 0.31 0.38
HSL 74.4º 0.21% 0.53% -
HSV(B) 74.4º 0.31% 0.62% -
XYZ 27.19 32.1 19.23 -
YUV 149.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 147 159 109 0.08 0 0.31 0.38 74.4 0.21 0.53
Hex 93 9F 6D 8 0 1F 26 4A 15 35
Octal 223 237 155 10 0 37 46 112 25 65
Binary 10010011 10011111 1101101 1000 0 11111 100110 1001010 10101 110101

Color Harmonies of #939F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939F6D

Black with #939F6D

Text Example


Text Example

White with #939F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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