Html Css Color HEX #94A66F Sage

📋 copy color: '#94A66F'

red 148 ◦ green 166 ◦ blue 111

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

Shades of Sage #94A66F

Tints of Sage #94A66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 34.82%
G = 39.06%
B = 26.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#94A66F (or 0x94A66F) is known color: Sage. HEX triplet: 94, A6 and 6F. RGB value is (148,166,111). Sum of RGB (Red+Green+Blue) = 148+166+111=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #94A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A66F is #6B5990. Grayscale: #9A9A9A. Windows color (decimal): -7035281 or 7317140. OLE color: 7317140.

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

Color convert

RGB 148 166 111 -
CMYK 0.11 0 0.33 0.35
HSL 79.64º 0.24% 0.54% -
HSV(B) 79.64º 0.33% 0.65% -
XYZ 28.72 34.72 20.23 -
YUV 154.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 148 166 111 0.11 0 0.33 0.35 79.64 0.24 0.54
Hex 94 A6 6F B 0 21 23 50 18 36
Octal 224 246 157 13 0 41 43 120 30 66
Binary 10010100 10100110 1101111 1011 0 100001 100011 1010000 11000 110110

Color Harmonies of #94A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A66F

Black with #94A66F

Text Example


Text Example

White with #94A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,166,111); }

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

background-color css

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

 a { background-color: rgb(148,166,111); }

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

border-color css

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

 span { border-color: rgb(148,166,111); }

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