Html Css Color HEX #94A579 Sage

📋 copy color: '#94A579'

red 148 ◦ green 165 ◦ blue 121

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

Shades of Sage #94A579

Tints of Sage #94A579

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

 BLUE value IS 121 (47.66% from 255) = 27.88%

R = 34.1%
G = 38.02%
B = 27.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#94A579 (or 0x94A579) is known color: Sage. HEX triplet: 94, A5 and 79. RGB value is (148,165,121). Sum of RGB (Red+Green+Blue) = 148+165+121=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 165 - color contains mainly: green. Hex color #94A579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A579 is #6B5A86. Grayscale: #9B9B9B. Windows color (decimal): -7035527 or 7972244. OLE color: 7972244.

HSL color Cylindrical-coordinate representation of color #94A579: hue angle of 83.18º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A579 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 165 121 -
CMYK 0.10 0 0.27 0.35
HSL 83.18º 0.2% 0.56% -
HSV(B) 83.18º 0.27% 0.65% -
XYZ 29.12 34.59 23.23 -
YUV 154.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 148 165 121 0.10 0 0.27 0.35 83.18 0.2 0.56
Hex 94 A5 79 A 0 1B 23 53 14 38
Octal 224 245 171 12 0 33 43 123 24 70
Binary 10010100 10100101 1111001 1010 0 11011 100011 1010011 10100 111000

Color Harmonies of #94A579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A579

Black with #94A579

Text Example


Text Example

White with #94A579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,165,121); }

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

background-color css

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

 a { background-color: rgb(148,165,121); }

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

border-color css

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

 span { border-color: rgb(148,165,121); }

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