#94A37B

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

Shades of Sage #94A37B

Tints of Sage #94A37B

Color information

#94A37B (or 0x94A37B) is unknown color: approx Sage. HEX triplet: 94, A3 and 7B. RGB value is (148,163,123). Sum of RGB (Red+Green+Blue) = 148+163+123=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #94A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A37B is #6B5C84. Grayscale: #9A9A9A. Windows color (decimal): -7036037 or 8102804. OLE color: 8102804.

HSL color Cylindrical-coordinate representation of color #94A37B: hue angle of 82.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A37B is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB148163123-
CMYK0.0900.250.36
HSL82.5º17.86%56.08%-
HSV(B)82.5º24.54%63.92%-
XYZ28.8933.9223.76-
YUV153.95110.53123.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 163 (64.06% from 255) = 37.56%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=34.10%
G=37.56%
B=28.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631230.0900.250.3682.517.8656.08
Hex94A37B901924521238
Octal22424317311031441222270
Binary100101001010001111110111001011001100100101001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,163,123); }

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

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

 a { background-color: rgb(148,163,123); }

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

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

 span { border-color: rgb(148,163,123); }

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