Html Css Color HEX #94A174 Sage

📋 copy color: '#94A174'

red 148 ◦ green 161 ◦ blue 116

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

Shades of Sage #94A174

Tints of Sage #94A174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 34.82%
G = 37.88%
B = 27.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#94A174 (or 0x94A174) is known color: Sage. HEX triplet: 94, A1 and 74. RGB value is (148,161,116). Sum of RGB (Red+Green+Blue) = 148+161+116=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #94A174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A174 is #6B5E8B. Grayscale: #989898. Windows color (decimal): -7036556 or 7643540. OLE color: 7643540.

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

Color convert

RGB 148 161 116 -
CMYK 0.08 0 0.28 0.37
HSL 77.33º 0.19% 0.54% -
HSV(B) 77.33º 0.28% 0.63% -
XYZ 28.11 33.05 21.42 -
YUV 151.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 148 161 116 0.08 0 0.28 0.37 77.33 0.19 0.54
Hex 94 A1 74 8 0 1C 25 4D 13 36
Octal 224 241 164 10 0 34 45 115 23 66
Binary 10010100 10100001 1110100 1000 0 11100 100101 1001101 10011 110110

Color Harmonies of #94A174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A174

Black with #94A174

Text Example


Text Example

White with #94A174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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