Html Css Color HEX #949A73 Sage

📋 copy color: '#949A73'

red 148 ◦ green 154 ◦ blue 115

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

Shades of Sage #949A73

Tints of Sage #949A73

RGB

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

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

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

R = 35.49%
G = 36.93%
B = 27.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#949A73 (or 0x949A73) is known color: Sage. HEX triplet: 94, 9A and 73. RGB value is (148,154,115). Sum of RGB (Red+Green+Blue) = 148+154+115=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #949A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949A73 is #6B658C. Grayscale: #939393. Windows color (decimal): -7038349 or 7576212. OLE color: 7576212.

HSL color Cylindrical-coordinate representation of color #949A73: hue angle of 69.23º 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 #949A73 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 115 -
CMYK 0.04 0 0.25 0.40
HSL 69.23º 0.16% 0.53% -
HSV(B) 69.23º 0.25% 0.6% -
XYZ 26.86 30.64 20.72 -
YUV 147.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 148 154 115 0.04 0 0.25 0.40 69.23 0.16 0.53
Hex 94 9A 73 4 0 19 28 45 10 35
Octal 224 232 163 4 0 31 50 105 20 65
Binary 10010100 10011010 1110011 100 0 11001 101000 1000101 10000 110101

Color Harmonies of #949A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A73

Black with #949A73

Text Example


Text Example

White with #949A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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