Html Css Color HEX #939A73 Sage

📋 copy color: '#939A73'

red 147 ◦ green 154 ◦ blue 115

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

Shades of Sage #939A73

Tints of Sage #939A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

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

R = 35.34%
G = 37.02%
B = 27.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#939A73 (or 0x939A73) is known color: Sage. HEX triplet: 93, 9A and 73. RGB value is (147,154,115). Sum of RGB (Red+Green+Blue) = 147+154+115=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 154 - color contains mainly: green. Hex color #939A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939A73 is #6C658C. Grayscale: #939393. Windows color (decimal): -7103885 or 7576211. OLE color: 7576211.

HSL color Cylindrical-coordinate representation of color #939A73: hue angle of 70.77º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #939A73 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 154 115 -
CMYK 0.05 0 0.25 0.40
HSL 70.77º 0.16% 0.53% -
HSV(B) 70.77º 0.25% 0.6% -
XYZ 26.68 30.55 20.71 -
YUV 147.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 147 154 115 0.05 0 0.25 0.40 70.77 0.16 0.53
Hex 93 9A 73 5 0 19 28 47 10 35
Octal 223 232 163 5 0 31 50 107 20 65
Binary 10010011 10011010 1110011 101 0 11001 101000 1000111 10000 110101

Color Harmonies of #939A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939A73

Black with #939A73

Text Example


Text Example

White with #939A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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