Html Css Color HEX #94A17C Sage

📋 copy color: '#94A17C'

red 148 ◦ green 161 ◦ blue 124

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

Shades of Sage #94A17C

Tints of Sage #94A17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 34.18%
G = 37.18%
B = 28.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#94A17C (or 0x94A17C) is known color: Sage. HEX triplet: 94, A1 and 7C. RGB value is (148,161,124). Sum of RGB (Red+Green+Blue) = 148+161+124=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #94A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A17C is #6B5E83. Grayscale: #999999. Windows color (decimal): -7036548 or 8167828. OLE color: 8167828.

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

Color convert

RGB 148 161 124 -
CMYK 0.08 0 0.23 0.37
HSL 81.08º 0.16% 0.56% -
HSV(B) 81.08º 0.23% 0.63% -
XYZ 28.6 33.24 23.98 -
YUV 152.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 148 161 124 0.08 0 0.23 0.37 81.08 0.16 0.56
Hex 94 A1 7C 8 0 17 25 51 10 38
Octal 224 241 174 10 0 27 45 121 20 70
Binary 10010100 10100001 1111100 1000 0 10111 100101 1010001 10000 111000

Color Harmonies of #94A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A17C

Black with #94A17C

Text Example


Text Example

White with #94A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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