Html Css Color HEX #939D73 Sage

📋 copy color: '#939D73'

red 147 ◦ green 157 ◦ blue 115

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

Shades of Sage #939D73

Tints of Sage #939D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 35.08%
G = 37.47%
B = 27.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#939D73 (or 0x939D73) is known color: Sage. HEX triplet: 93, 9D and 73. RGB value is (147,157,115). Sum of RGB (Red+Green+Blue) = 147+157+115=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #939D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939D73 is #6C628C. Grayscale: #959595. Windows color (decimal): -7103117 or 7576979. OLE color: 7576979.

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

Color convert

RGB 147 157 115 -
CMYK 0.06 0 0.27 0.38
HSL 74.29º 0.18% 0.53% -
HSV(B) 74.29º 0.27% 0.62% -
XYZ 27.18 31.55 20.88 -
YUV 149.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 147 157 115 0.06 0 0.27 0.38 74.29 0.18 0.53
Hex 93 9D 73 6 0 1B 26 4A 12 35
Octal 223 235 163 6 0 33 46 112 22 65
Binary 10010011 10011101 1110011 110 0 11011 100110 1001010 10010 110101

Color Harmonies of #939D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939D73

Black with #939D73

Text Example


Text Example

White with #939D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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