#94A56F

Color #94A56F Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #94A56F

Tints of Sage #94A56F

Color information

#94A56F (or 0x94A56F) is unknown color: approx Sage. HEX triplet: 94, A5 and 6F. RGB value is (148,165,111). Sum of RGB (Red+Green+Blue) = 148+165+111=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #94A56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A56F is #6B5A90. Grayscale: #999999. Windows color (decimal): -7035537 or 7316884. OLE color: 7316884.

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

Color convert

RGB148165111-
CMYK0.1000.330.35
HSL78.89º23.08%54.12%-
HSV(B)78.89º32.73%64.71%-
XYZ28.5434.3520.17-
YUV153.76103.87123.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=34.91%
G=38.92%
B=26.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481651110.1000.330.3578.8923.0854.12
Hex94A56FA021234f1736
Octal22424515712041431172766
Binary1001010010100101110111110100100001100011100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A56F;
 }
 .AnyTagClassName
 {
   color: #94A56F;
 }
</style>
background-color css

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

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

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

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

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

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