Html Css Color HEX #94A173 Sage

📋 copy color: '#94A173'

red 148 ◦ green 161 ◦ blue 115

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

Shades of Sage #94A173

Tints of Sage #94A173

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

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

R = 34.91%
G = 37.97%
B = 27.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#94A173 (or 0x94A173) is known color: Sage. HEX triplet: 94, A1 and 73. RGB value is (148,161,115). Sum of RGB (Red+Green+Blue) = 148+161+115=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #94A173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A173 is #6B5E8C. Grayscale: #989898. Windows color (decimal): -7036557 or 7578004. OLE color: 7578004.

HSL color Cylindrical-coordinate representation of color #94A173: hue angle of 76.96º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94A173 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 161 115 -
CMYK 0.08 0 0.29 0.37
HSL 76.96º 0.2% 0.54% -
HSV(B) 76.96º 0.29% 0.63% -
XYZ 28.05 33.02 21.12 -
YUV 151.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 148 161 115 0.08 0 0.29 0.37 76.96 0.2 0.54
Hex 94 A1 73 8 0 1D 25 4D 14 36
Octal 224 241 163 10 0 35 45 115 24 66
Binary 10010100 10100001 1110011 1000 0 11101 100101 1001101 10100 110110

Color Harmonies of #94A173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A173

Black with #94A173

Text Example


Text Example

White with #94A173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A173; }

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

 H1.HeaderClassName
 {
   color: #94A173;
 }
 .AnyTagClassName
 {
   color: #94A173;
 }
</style>

background-color css

<style>
 a { background-color: #94A173; }

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

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

border-color css

<style>
 span { border-color: #94A173; }

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

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