Html Css Color HEX #94A578 Sage

📋 copy color: '#94A578'

red 148 ◦ green 165 ◦ blue 120

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

Shades of Sage #94A578

Tints of Sage #94A578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.71%

R = 34.18%
G = 38.11%
B = 27.71%

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

#94A578 (or 0x94A578) is known color: Sage. HEX triplet: 94, A5 and 78. RGB value is (148,165,120). Sum of RGB (Red+Green+Blue) = 148+165+120=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #94A578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A578 is #6B5A87. Grayscale: #9A9A9A. Windows color (decimal): -7035528 or 7906708. OLE color: 7906708.

HSL color Cylindrical-coordinate representation of color #94A578: hue angle of 82.67º 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 #94A578 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 165 120 -
CMYK 0.10 0 0.27 0.35
HSL 82.67º 0.2% 0.56% -
HSV(B) 82.67º 0.27% 0.65% -
XYZ 29.06 34.56 22.91 -
YUV 154.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 148 165 120 0.10 0 0.27 0.35 82.67 0.2 0.56
Hex 94 A5 78 A 0 1B 23 53 14 38
Octal 224 245 170 12 0 33 43 123 24 70
Binary 10010100 10100101 1111000 1010 0 11011 100011 1010011 10100 111000

Color Harmonies of #94A578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A578

Black with #94A578

Text Example


Text Example

White with #94A578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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