Html Css Color HEX #94A776 Sage

📋 copy color: '#94A776'

red 148 ◦ green 167 ◦ blue 118

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

Shades of Sage #94A776

Tints of Sage #94A776

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.57%

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 34.18%
G = 38.57%
B = 27.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#94A776 (or 0x94A776) is known color: Sage. HEX triplet: 94, A7 and 76. RGB value is (148,167,118). Sum of RGB (Red+Green+Blue) = 148+167+118=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #94A776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A776 is #6B5889. Grayscale: #9B9B9B. Windows color (decimal): -7035018 or 7776148. OLE color: 7776148.

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

Color convert

RGB 148 167 118 -
CMYK 0.11 0 0.29 0.35
HSL 83.27º 0.22% 0.56% -
HSV(B) 83.27º 0.29% 0.65% -
XYZ 29.3 35.24 22.4 -
YUV 155.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 148 167 118 0.11 0 0.29 0.35 83.27 0.22 0.56
Hex 94 A7 76 B 0 1D 23 53 16 38
Octal 224 247 166 13 0 35 43 123 26 70
Binary 10010100 10100111 1110110 1011 0 11101 100011 1010011 10110 111000

Color Harmonies of #94A776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A776

Black with #94A776

Text Example


Text Example

White with #94A776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,167,118); }

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

background-color css

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

 a { background-color: rgb(148,167,118); }

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

border-color css

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

 span { border-color: rgb(148,167,118); }

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