Html Css Color HEX #94A17D Sage

📋 copy color: '#94A17D'

red 148 ◦ green 161 ◦ blue 125

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

Shades of Sage #94A17D

Tints of Sage #94A17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 34.1%
G = 37.1%
B = 28.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#94A17D (or 0x94A17D) is known color: Sage. HEX triplet: 94, A1 and 7D. RGB value is (148,161,125). Sum of RGB (Red+Green+Blue) = 148+161+125=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #94A17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A17D is #6B5E82. Grayscale: #999999. Windows color (decimal): -7036547 or 8233364. OLE color: 8233364.

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

Color convert

RGB 148 161 125 -
CMYK 0.08 0 0.22 0.37
HSL 81.67º 0.16% 0.56% -
HSV(B) 81.67º 0.22% 0.63% -
XYZ 28.66 33.27 24.31 -
YUV 153.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 148 161 125 0.08 0 0.22 0.37 81.67 0.16 0.56
Hex 94 A1 7D 8 0 16 25 52 10 38
Octal 224 241 175 10 0 26 45 122 20 70
Binary 10010100 10100001 1111101 1000 0 10110 100101 1010010 10000 111000

Color Harmonies of #94A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A17D

Black with #94A17D

Text Example


Text Example

White with #94A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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