Html Css Color HEX #94A574 Sage

📋 copy color: '#94A574'

red 148 ◦ green 165 ◦ blue 116

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

Shades of Sage #94A574

Tints of Sage #94A574

RGB

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

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

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

R = 34.5%
G = 38.46%
B = 27.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#94A574 (or 0x94A574) is known color: Sage. HEX triplet: 94, A5 and 74. RGB value is (148,165,116). Sum of RGB (Red+Green+Blue) = 148+165+116=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #94A574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A574 is #6B5A8B. Grayscale: #9A9A9A. Windows color (decimal): -7035532 or 7644564. OLE color: 7644564.

HSL color Cylindrical-coordinate representation of color #94A574: hue angle of 80.82º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A574 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 165 116 -
CMYK 0.10 0 0.30 0.35
HSL 80.82º 0.21% 0.55% -
HSV(B) 80.82º 0.3% 0.65% -
XYZ 28.82 34.47 21.66 -
YUV 154.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 148 165 116 0.10 0 0.30 0.35 80.82 0.21 0.55
Hex 94 A5 74 A 0 1E 23 51 15 37
Octal 224 245 164 12 0 36 43 121 25 67
Binary 10010100 10100101 1110100 1010 0 11110 100011 1010001 10101 110111

Color Harmonies of #94A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A574

Black with #94A574

Text Example


Text Example

White with #94A574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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