Html Css Color HEX #949D73 Sage

📋 copy color: '#949D73'

red 148 ◦ green 157 ◦ blue 115

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

Shades of Sage #949D73

Tints of Sage #949D73

RGB

 RED value IS 148 (58.2% from 255) = 35.24%

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

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

R = 35.24%
G = 37.38%
B = 27.38%

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

#949D73 (or 0x949D73) is known color: Sage. HEX triplet: 94, 9D and 73. RGB value is (148,157,115). Sum of RGB (Red+Green+Blue) = 148+157+115=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 157 - color contains mainly: green. Hex color #949D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D73 is #6B628C. Grayscale: #959595. Windows color (decimal): -7037581 or 7576980. OLE color: 7576980.

HSL color Cylindrical-coordinate representation of color #949D73: hue angle of 72.86º 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 #949D73 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 115 -
CMYK 0.06 0 0.27 0.38
HSL 72.86º 0.18% 0.53% -
HSV(B) 72.86º 0.27% 0.62% -
XYZ 27.36 31.65 20.89 -
YUV 149.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 148 157 115 0.06 0 0.27 0.38 72.86 0.18 0.53
Hex 94 9D 73 6 0 1B 26 49 12 35
Octal 224 235 163 6 0 33 46 111 22 65
Binary 10010100 10011101 1110011 110 0 11011 100110 1001001 10010 110101

Color Harmonies of #949D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D73

Black with #949D73

Text Example


Text Example

White with #949D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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