Html Css Color HEX #94A47E Sage

📋 copy color: '#94A47E'

red 148 ◦ green 164 ◦ blue 126

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

Shades of Sage #94A47E

Tints of Sage #94A47E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

 BLUE value IS 126 (49.61% from 255) = 28.77%

R = 33.79%
G = 37.44%
B = 28.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#94A47E (or 0x94A47E) is known color: Sage. HEX triplet: 94, A4 and 7E. RGB value is (148,164,126). Sum of RGB (Red+Green+Blue) = 148+164+126=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #94A47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A47E is #6B5B81. Grayscale: #9B9B9B. Windows color (decimal): -7035778 or 8299668. OLE color: 8299668.

HSL color Cylindrical-coordinate representation of color #94A47E: hue angle of 85.26º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94A47E is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 126 -
CMYK 0.10 0 0.23 0.36
HSL 85.26º 0.17% 0.57% -
HSV(B) 85.26º 0.23% 0.64% -
XYZ 29.25 34.35 24.83 -
YUV 154.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 148 164 126 0.10 0 0.23 0.36 85.26 0.17 0.57
Hex 94 A4 7E A 0 17 24 55 11 39
Octal 224 244 176 12 0 27 44 125 21 71
Binary 10010100 10100100 1111110 1010 0 10111 100100 1010101 10001 111001

Color Harmonies of #94A47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A47E

Black with #94A47E

Text Example


Text Example

White with #94A47E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,164,126); }

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

background-color css

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

 a { background-color: rgb(148,164,126); }

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

border-color css

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

 span { border-color: rgb(148,164,126); }

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